0.24.7 #1076
burningalchemist
announced in
Announcements
0.24.7
#1076
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
SQL Exporter v0.24.7
Important notices
linux/armv7architecture support is considered to be dropped.If you are still using
linux/armv7architecture, it is possible to build the binary using the available instructions. Further application support depends on whether the underlying driver libraries keep supportinglinux/armv7architecture.jackc/pgx/v5/stdlibdriver is considered to be removed from the default bundle.In the past,
lib/pqdriver experienced some issues with maintenance and performance, sojackc/pgx/v5/stdlibwas added to the default driver bundle as a backup replacement. It seems thatlib/pqdriver is healthy and actively maintained again, so we will removejackc/pgx/v5/stdlibfrom the default bundle as redundant. If you still need it or like it more, you may add the driver back, and produce your own build using the available instructions.This primarily targets solutions like 'Snowflake' and 'Vertica', potentially 'OracleDB'. If you have any concerns or questions regarding this, please reach out and we will discuss the best way to support your use case. Since we do not collect any usage data in any form, we are not aware of how many users are using these drivers. We may consider providing a separate extended build with such drivers included, if there is enough demand for it.
The ultimate goal is to keep the default bundle as small and maintainable (also secure) as possible, while still providing a common set of drivers for the majority of users. The premise remains the same: if you need a driver that is not included in the bundle, you can always build your own version with the required drivers included. On our end we will make sure that the build instructions are clear and easy to follow, so that users can produce build optimized for their needs easily.
This release has a discussion thread attached to ask questions and provide feedback, which is greatly appreciated. 👍
What's Changed
Precompiled binaries are built with Go v1.26.7
CVE addressed:
Updated dependencies
Database drivers
Others
Full Changelog: 0.24.6...0.24.7
This discussion was created from the release 0.24.7.
All reactions