-
Notifications
You must be signed in to change notification settings - Fork 925
v1.27.0 #3528
kyleconroy
announced in
Announcements
v1.27.0
#3528
-
Release notes
Sunsetting hosted ephemeral databases
On September 4th, 2024, we'll be turning off support for hosted ephemeral databases in sqlc Cloud. If you use managed databases or query verification with sqlc Cloud, you'll need to update to 1.27.0 to avoid any issues. I've already emailed you if you're using this feature. It's more than likely that you are not!
Bug Fixes
- (dbmanager) Add leading slash to db uri path rewrite (fix(dbmanager): Add leading slash to db uri path rewrite #3493 )
- (verify) Include database engine in request (fix(verify): Include database engine in request #3522 )
Features
- (golang) Add initialisms configuration (feat(golang): Add initialisms configuration #3308 )
- (compiler) Support subqueries in the FROM clause (second coming) (feat(compiler): Support subqueries in the FROM clause (second coming) #3310 )
- Managed databases with any accessible server (feat: Managed databases with any accessible server #3421 )
- (vet) Use new dbmanager client (feat(vet): Use new dbmanager client #3423 )
- (verify) Update verify to work with managed databases (feat(verify): Update verify to work with managed databases #3425 )
Documentation
- Fix typo in config (docs: Fix typo in config #3358 )
- Resolve a typo in configuration keys (docs: resolve a typo in configuration keys #3349 )
- Add sponsorship information to README (docs: Add sponsorship information to README #3413 )
- Update the language-support to include C# (update languages supported doc to include C# #3408 )
- Add migration guide for hosted managed databases (docs: Add migration guide for hosted managed databases #3417 )
- Fix readme links (Fix readme links #3424 )
- Update the managed db and verify documentation (docs: Update the managed db and verify documentation #3426 )
- Add sponsor image (docs: Add sponsor image #3428 )
- Add Ruby as supported language (add Ruby as supported language #3487 )
- Update migrating-to-sqlc-gen-kotlin.md (Fixed yaml example of "Migrating to sqlc-gen-kotlin" page #3454 )
- Fix typo in comment (chore: fix typo in comment #3316 )
- Fix deprecated build tag format (chore: remove deprecated build tags #3361 )
Testing
- (endtoend) Re-use databases when possible (test(endtoend): Re-use databases when possible #3315 )
- Enabled MySQL database (test: Enabled MySQL database #3318 )
- Remove internal/sqltest/hosted package (test: Remove internal/sqltest/hosted package #3521 )
This discussion was created from the release v1.27.0.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 4 -
🚀 2
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment