Releases: neondatabase/create-branch-action
Releases · neondatabase/create-branch-action
v6.1.1
What's Changed
- [doc] feat: specify expires_at parameter on branch creation by @aluuu in #134
- [dependabot/config] fix: enable dependabot for bun package lock files by @aluuu in #136
- Bump @types/node from 22.17.0 to 24.3.0 by @dependabot[bot] in #130
- [bun/deps] update: bump axios to ^1.12.0 by @aluuu in #137
- Bump diff and @types/diff by @dependabot[bot] in #145
- Bump the actions-minor group across 1 directory with 2 updates by @dependabot[bot] in #124
- Bump @github/local-action from 2.6.4 to 6.0.0 by @dependabot[bot] in #141
- Bump the npm-development group across 1 directory with 20 updates by @dependabot[bot] in #146
- Release v6.1.1 by @aluuu in #147
Full Changelog: v6.1.0...v6.1.1
v6.1.0
What's Changed
- deps: run package in post install by @luist18 in #85
- Bump globals from 15.15.0 to 16.0.0 by @dependabot[bot] in #72
- Bump the actions-minor group across 1 directory with 4 updates by @dependabot[bot] in #84
- Bump the npm-development group across 1 directory with 15 updates by @dependabot[bot] in #87
- Bump @neondatabase/api-client from 1.12.0 to 1.13.0 by @dependabot[bot] in #79
- Bump @github/local-action from 2.6.4 to 3.1.1 by @dependabot[bot] in #90
- Bump eslint-import-resolver-typescript from 3.9.1 to 4.2.2 by @dependabot[bot] in #92
- Bump the actions-minor group with 3 updates by @dependabot[bot] in #88
- Bump the npm-development group across 1 directory with 8 updates by @dependabot[bot] in #93
- Bump the npm-development group across 1 directory with 16 updates by @dependabot[bot] in #99
- Bump the actions-minor group across 1 directory with 2 updates by @dependabot[bot] in #97
- bun add @github/local-action@^2.6.1 by @rumyantseva in #103
- Bump the actions-minor group with 3 updates by @dependabot[bot] in #104
- Bump the npm-development group across 1 directory with 11 updates by @dependabot[bot] in #107
- Bump github/codeql-action from 3.28.16 to 3.28.17 in the actions-minor group by @dependabot[bot] in #106
- Bump the npm-development group with 9 updates by @dependabot[bot] in #108
- Bump @actions/github from 6.0.0 to 6.0.1 in the npm-production group by @dependabot[bot] in #109
- Add
expires_atinput for the action by @aluuu in #126 - release v6.1.0 by @gsalomao in #129
New Contributors
- @dependabot[bot] made their first contribution in #72
- @rumyantseva made their first contribution in #103
- @aluuu made their first contribution in #126
- @gsalomao made their first contribution in #129
Full Changelog: v6.0.1...v6.1.0
v6.0.1
What's Changed
- docs: fix incorrect fields by @liamjones-pw in #77
- fix: prisma param by @luist18 in #82
New Contributors
- @liamjones-pw made their first contribution in #77
Full Changelog: v6.0.0...v6.0.1
v6.0.0
Warning
Important notes, breaking changes from v5 to v6
v6 introduces breaking changes to the action definition. Some fields were renamed in favor of consistency between action definition and Neon console and its concepts.
- The field
usernamenow becomesrole - The field
parentnow becomesparent_branch - Outputs suffixed with
with_poolerbecomepooled
Please see the action definition in the README for v6 for the full definition.
What's Changed
- Improve Readme by @dhanushreddy291 in #68
- feat: migrate action to typescript action by @luist18 in #69
- docs: modify readme by @luist18 in #73
New Contributors
- @dhanushreddy291 made their first contribution in #68
- @luist18 made their first contribution in #69
Full Changelog: v5.2.0...v6.0.0
v5.2.0
What's Changed
- misc: parameterise optional neon host from inputs by @Shridhad in #62
- Update README.md by @ololobus in #64
- Fix: create branch GH action works but throws an error by @antelman107 in #65
- feat: use neonctl@2 by @antelman107 in #66
New Contributors
Full Changelog: v5.1.1...v5.2.0
v5.1.1
What's Changed
- Fix parent Neonctl parameter affected by IFS #61
- Added action version tracking
Full Changelog: v5.1.0...v5.1.1
v5.1.0
What's Changed
- added metadata collection to display in Neon Console #59
- [neondatabase/doc] fix: Update README.md by @wkdjgf534 in #55
- Change primary branch to default branch by @danieltprice in #58
New Contributors
- @wkdjgf534 made their first contribution in #55
- @danieltprice made their first contribution in #58
Full Changelog: v5.0.1...v5.1.0
v5.0.1
What's Changed
- doc: link to all supported parameters and database to example yaml by @evanshortiss in #51
- Added: password mask by @saurabh-git-dev in #53
New Contributors
- @evanshortiss made their first contribution in #51
- @saurabh-git-dev made their first contribution in #53
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
Full Changelog: v4...v5.0.0
v4.4.2
Pin neonctl version to do a major update (#45)