Releases: Sequel-Ace/Sequel-Ace
Releases · Sequel-Ace/Sequel-Ace
5.2.1 (20100)
App Store Release Notes
- Strengthened security of TLS defaults and scoped reconnect reachability probes away from public services
- Raised row limit cap from 100k to 1M
- Revamped crash reporting from MSAppCenter to Firebase
- Revamped the About panel (in SwiftUI!)
- Fixed a bug with foreign key reference clickthrough with certain column types
- Fixed a bug around table selection when removing a table
- Fixed a bug that caused tables to be grayed out after an export
- Fixed a bug that prevented ProxyCommands from working when shell was customized
- Fixed a beep-on-startup issue related to bundles
What's Changed
- Bump faraday from 1.8.0 to 1.10.5 by @dependabot[bot] in #2357
- Raise row limit cap from 100k to 1M #fixed by @eyupcanakman in #2359
- Improve TLS defaults and scope reconnect reachability probes by @Jason-Morcos in #2364
- Replace About panel XIB with SwiftUI implementation by @Kaspik in #2366
- fix: check target column type when following FK references by @Kaspik in #2365
- Bump json from 2.18.1 to 2.19.2 in /docs by @dependabot[bot] in #2367
- Bump json from 2.18.1 to 2.19.2 by @dependabot[bot] in #2368
- #fixed Clear selected table when removing a table by @DannyJJK in #2369
- Bump activesupport from 7.0.7.2 to 7.2.3.1 in /docs by @dependabot[bot] in #2370
- #fixed Refresh tables after export so the table list isn't grayed out by @DannyJJK in #2371
- #fixed remove SHELL from ssh environment so ProxyCommands work when shell is customized by @ahti in #2374
- Fix bundle beep on startup #fixed by @Jason-Morcos in #2376
- Bump addressable from 2.8.5 to 2.9.0 in /docs by @dependabot[bot] in #2377
- Replace App Center with Firebase Analytics & Crashlytics by @Kaspik in #2378
- Bump addressable from 2.8.8 to 2.9.0 by @dependabot[bot] in #2380
- Prepare release by @Jason-Morcos in #2381
New Contributors
- @eyupcanakman made their first contribution in #2359
- @ahti made their first contribution in #2374
Full Changelog: production/5.2.0-20099...production/5.2.1-20100
5.2.0 (20099)
App Store Release Notes
- Added support for AWS IAM authentication for Amazon RDS connections (including profile/role flows)
- Rewrote default bundles to avoid removed macOS scripting runtimes, with clearer runtime-missing warnings
- Added MySQL 8+ fallback logic for optimized field type estimation when PROCEDURE ANALYSE is unavailable
- Added detection and user alerts for macOS Local Network permission denials behind SSH “No route to host” errors
- Added support for mysql:// URLs for Socket connections
- Fixed SQL “Copy as INSERT” numeric field quoting/type handling
- Fixed SSH host-key reconnect prompt freezes and repeated metadata/status error loops
- Fixed pinned-table behavior by scoping pins to connection identity and migrating legacy pinned-table data
- Fixed multiple export and process-list issues (null serialization, export path/cancel handling, XML/BIT export correctness, network-volume bookmark handling)
What's Changed
- Bump aws-sdk-s3 from 1.179.0 to 1.208.0 by @dependabot[bot] in #2319
- feat: Improve auto-completion with table prioritization and horizontal scrolling by @rlaope in #2320
- Bump faraday from 2.7.10 to 2.14.1 in /docs by @dependabot[bot] in #2327
- Bump faraday from 1.10.4 to 1.10.5 by @dependabot[bot] in #2328
- Bump nokogiri from 1.18.9 to 1.19.1 in /docs by @dependabot[bot] in #2330
- Respect query warning preferences for table comment edits by @Jason-Morcos in #2335
- Fix pinned table leakage across different connections by @Jason-Morcos in #2334
- Attempted fixes for 5.1.0 slowness by @Jason-Morcos in #2331
- Fix export-system bugs across path, cancel, XML, BIT, and bookmark handling by @Jason-Morcos in #2336
- Rewrite default bundles to avoid removed macOS interpreters by @Jason-Morcos in #2338
- Expand socket workaround documentation (Issue #113) by @Jason-Morcos in #2339
- Fix SSH host key prompt freeze on reconnect by @Jason-Morcos in #2340
- Document mysql:// connection URLs and improve discoverability by @Jason-Morcos in #2341
- Recover from stale database list during database reselection by @Jason-Morcos in #2343
- Fix query result column-type preference handling and add regression tests by @Jason-Morcos in #2344
- Fix process list copy/save appending
(null)on MySQL by @Jason-Morcos in #2333 - Fix Copy as SQL INSERT quoting for numeric fields by @Jason-Morcos in #2337
- Add support for authenticating via AWS IAM to RDS - building on top of work by ostark by @Jason-Morcos in #2346
- Detect Local Network permission denial for SSH no-route failures by @Jason-Morcos in #2347
- Add MySQL 8 fallback for optimized field type by @Jason-Morcos in #2345
- Fix repeated modal loop for failing view metadata/status loads by @Jason-Morcos in #2342
- Fix process-list copy/save regression from missing serializer bridge by @Jason-Morcos in #2349
- Prepare release by @Jason-Morcos in #2350
- #fixed Fix default bundle migration and bump built-in bundle versions by @Jason-Morcos in #2351
- #fixed Detect local network privacy denial via Network.framework by @Jason-Morcos in #2352
- Revamp AWS IAM Auth to a tier 1 auth type by @Jason-Morcos in #2353
- Add support for mysql urls for sockets and iam connections #added by @Jason-Morcos in #2355
- Prepare release by @Jason-Morcos in #2356
New Contributors
Full Changelog: production/5.1.0-20096...production/5.2.0-20099
5.2.0 (20097) Release Candidate 1
App Store Release Notes
- Added support for AWS IAM authentication for Amazon RDS connections (including profile/role flows)
- Rewrote default bundles to avoid removed macOS scripting runtimes, with clearer runtime-missing warnings
- Added MySQL 8+ fallback logic for optimized field type estimation when PROCEDURE ANALYSE is unavailable
- Added detection and user alerts for macOS Local Network permission denials behind SSH “No route to host” errors
- Fixed SQL “Copy as INSERT” numeric field quoting/type handling
- Fixed SSH host-key reconnect prompt freezes and repeated metadata/status error loops
- Fixed pinned-table behavior by scoping pins to connection identity and migrating legacy pinned-table data
- Fixed multiple export and process-list issues (null serialization, export path/cancel handling, XML/BIT export correctness, network-volume bookmark handling)
What's Changed
- Bump aws-sdk-s3 from 1.179.0 to 1.208.0 by @dependabot[bot] in #2319
- feat: Improve auto-completion with table prioritization and horizontal scrolling by @rlaope in #2320
- Bump faraday from 2.7.10 to 2.14.1 in /docs by @dependabot[bot] in #2327
- Bump faraday from 1.10.4 to 1.10.5 by @dependabot[bot] in #2328
- Bump nokogiri from 1.18.9 to 1.19.1 in /docs by @dependabot[bot] in #2330
- Respect query warning preferences for table comment edits by @Jason-Morcos in #2335
- Fix pinned table leakage across different connections by @Jason-Morcos in #2334
- Attempted fixes for 5.1.0 slowness by @Jason-Morcos in #2331
- Fix export-system bugs across path, cancel, XML, BIT, and bookmark handling by @Jason-Morcos in #2336
- Rewrite default bundles to avoid removed macOS interpreters by @Jason-Morcos in #2338
- Expand socket workaround documentation (Issue #113) by @Jason-Morcos in #2339
- Fix SSH host key prompt freeze on reconnect by @Jason-Morcos in #2340
- Document mysql:// connection URLs and improve discoverability by @Jason-Morcos in #2341
- Recover from stale database list during database reselection by @Jason-Morcos in #2343
- Fix query result column-type preference handling and add regression tests by @Jason-Morcos in #2344
- Fix process list copy/save appending
(null)on MySQL by @Jason-Morcos in #2333 - Fix Copy as SQL INSERT quoting for numeric fields by @Jason-Morcos in #2337
- Add support for authenticating via AWS IAM to RDS - building on top of work by ostark by @Jason-Morcos in #2346
- Detect Local Network permission denial for SSH no-route failures by @Jason-Morcos in #2347
- Add MySQL 8 fallback for optimized field type by @Jason-Morcos in #2345
- Fix repeated modal loop for failing view metadata/status loads by @Jason-Morcos in #2342
- Fix process-list copy/save regression from missing serializer bridge by @Jason-Morcos in #2349
- Prepare release by @Jason-Morcos in #2350
New Contributors
Full Changelog: production/5.1.0-20096...production/5.2.0-20097
5.1.0 (20096)
App Store Release Notes
- Added support for filtering the columns to display in the content view
- Added support for dash-style block comments in the query editor
- Added support for indenting/unindenting in the query editor by tab/shift+tab (when using tab characters for indentation)
- Fixed a bug with data types in "Copy as SQL Insert"
What's Changed
- Bump nokogiri from 1.18.8 to 1.18.9 in /docs by @dependabot[bot] in #2278
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #2287
- Bump rexml from 3.3.9 to 3.4.2 in /docs by @dependabot[bot] in #2294
- Bump rexml from 3.4.0 to 3.4.2 by @dependabot[bot] in #2296
- feat: Support dash-style for block comment by @vuon9 in #2301
- feat: support indent/undent by tab/shift+tab (when using tab characters for indentation) by @vuon9 in #2305
- fix: data types of copy as sql insert by @vuon9 in #2307
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #2309
- #added Column filter for Content view by @JonathanMMann in #2311
- Prepare release by @Jason-Morcos in #2317
New Contributors
- @JonathanMMann made their first contribution in #2311
Full Changelog: production/5.0.9-20095...production/5.1.0-20096
5.0.9 (20095)
App Store Release Notes
- Enhanced the "Go to Database" selector allow going directly to a specific table
- Fixed a bug that caused the app to revert to the default database on reconnect and to randomly change databases without updating the database selector
- Fixed and improved performance of date field defaults, including being able to use quoted date string for DATE field type
- Fixed a bug with foreign keys with _bin encodings
- Fixed a bug that caused the autocomplete prompt to sometimes close prematurely
What's Changed
- #fixed Reset the relevant variables to prepare for the next time by @wanyaxing in #2243
- #fixed #1746 clicking foreign key arrows on _bin column filters correctly by @tullera in #2248
- Correct the date string value to default for DATE, and utilize any of the functions for the field default by @vuon9 in #2254
- Update index.md by @Bytesmiths in #2257
- #added support goto database.table with the "Go to Database" by @wanyaxing in #2244
- This file has extension "xcodeproj" not "xcworkspace" #infra by @MikeRich88 in #2261
- Fix: Premature closure of auto-completion popup by @vuon9 in #2268
- Prepare release by @Jason-Morcos in #2269
New Contributors
- @tullera made their first contribution in #2248
- @Bytesmiths made their first contribution in #2257
- @MikeRich88 made their first contribution in #2261
Full Changelog: production/5.0.8-20094...production/5.0.9-20095
5.0.8 (20094)
App Store Release Notes
- Improved CPU usage around reconnection attempts
What's Changed
- Revert "Attempt to fix high cpu reconnect issues" by @vuon9 in #2237
- Attempt to fix high CPU usage by @robinkunde in #2238
- Prepare release by @Jason-Morcos in #2241
Full Changelog: production/5.0.7-20093...production/5.0.8-20094
5.0.7 (20093)
App Store Release Notes
- Improved handling of custom UI fonts
- Improved CPU usage around reconnection attempts
- Added proactive error messages for when SSH Config files are non-existent
What's Changed
- #changed Font handling improvements by @Jason-Morcos in #2223
- Bump nokogiri from 1.18.4 to 1.18.8 in /docs by @dependabot in #2224
- Attempt to fix high cpu reconnect issues by @Jason-Morcos in #2226
- Cleanup crashes and inconsistencies with font handling #fixed by @Jason-Morcos in #2228
- Throw an error if ssh config file is inaccessible by @Jason-Morcos in #2227
- Prepare release by @Jason-Morcos in #2229
Full Changelog: production/5.0.6-20092...production/5.0.7-20093
5.0.6 (20092)
App Store Release Notes
- Fixed alignment of enums on the content view
- Fixed a bug that caused table content fonts to be mangled after completing an automatic resize
- Added support for arbitrary sorting of favorites being preserved between uses
- Improved the flow around GitHub-based auto-updates
What's Changed
- #fixed Fix Enum Alignment in Content View by @Jason-Morcos in #2216
- #fixed a bug that caused table content to be mangled after completing an automatic resize by @Jason-Morcos in #2218
- #fixed Arbitrary sorting of favorites not being preserved between uses by @Jason-Morcos in #2219
- #fixed Flow around GitHub-based Auto-updates by @Jason-Morcos in #2220
- Prepare release by @Jason-Morcos in #2221
Full Changelog: production/5.0.5-20091...production/5.0.6-20092
5.0.5 (20091)
App Store Release Notes
- Fixed energy spikes on connection drops
- Fixed alignment of ENUMs in content view
- Fixed beep-on-application-start bug
What's Changed
- #Fixed issue with dylib build script by @Jason-Morcos in #2210
- #Fixed energy spikes on connection drops. by @Jason-Morcos in #2212
- Fix alignment of ENUMs in content view #fixed by @Jason-Morcos in #2209
- #fixed Beep-on-application-start - cleanup delete logic by @Jason-Morcos in #2208
- fix: Unable to delete table if it's UUID type by @vuon9 in #2213
- Prepare release by @Jason-Morcos in #2214
Full Changelog: production/5.0.4-20090...production/5.0.5-20091
5.0.4 (20090)
App Store Release Notes
- Fixed unexpected blue line artifacts in the table view display
What's Changed
- Bump nokogiri from 1.18.3 to 1.18.4 in /docs by @dependabot in #2202
- fix: unexpected blue line on bottom of cell by @vuon9 in #2205
- Prepare release by @Jason-Morcos in #2206
Full Changelog: production/5.0.3-20089...production/5.0.4-20090