Releases: neondatabase/create-branch-action
Releases · neondatabase/create-branch-action
v4.3.1
v4.3.0
What's Changed
Full Changelog: v4.2.0...v4.3.0
v4.2.0
v4.1.1
v4.1.0
v4.0.1
Stable release
This is the official Neon create-branch action.
This action uses Neon CLI which in turn uses Neon public API to manipulate the user's Neon project branches.
For more information, please read Neon docs
2.0.0
This release updates the create branch action so that it does the following:
- It now returns both the pooled connection string (
db_url_with_pooler
)and the non-pooled (db_url
). - If a branch already exists, it returns the branch ID
beta
Update README.md