Skip to content

1.5.4

Compare
Choose a tag to compare
@markxnelson markxnelson released this 03 Mar 18:55
· 3 commits to main since this release
446d28a

This release includes the following changes:

  • Based of this recommendation from godror, which relates to the two following items, and in discussion with the ODPI-C team, we have introduced additional parameters to allow you to set connection pool parameters, and have set defaults which will avoid fast connect cycling. It is our expectation that a fix may be produced in the underlying ODPI-C library for the underlying issue. In the mean time, these changes will avoid the conditions under which the error can occur.
  • Fix malloc error (#177, #181).
  • Fix intermittent connection issues with ADB-S when exporter is run in a container (#169).
  • Fix Multiple custom metrics files overwrite one another (#179).
  • Replace go-kit/log with log/slog, due to upstream changes in prometheus/common.
  • Add support for additional admin roles, expanding list of options for DB_ROLE to SYSDBA, SYSOPER, SYSBACKUP, SYSDG, SYSKM, SYSRAC and SYSASM (#180).
  • Updated some third-party dependencies.

Thank you to the following people for their suggestions and contributions:

Thank you to @tgulacsi for changes in godror (godror/godror#361, godror/godror#360), and to @cjbj and @sudarshan12s for support and guidance from ODPI-C (https://github.com/oracle/odpi).

In this release, we also continued some minor code refactoring.