Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

1.2.0

Choose a tag to compare

@danielfrankcom danielfrankcom released this 06 Oct 22:09
3956c60

This release includes improvements to logging functionality and fixes for database property parsing.

Key changes:

  • Fixed database property parsing in connection URLs to properly handle the database parameter with consistent semantics across all properties
  • Corrected logger package names to use the published package name (software.amazon.dsql.jdbc) consistently throughout the project. If you were previously configuring log levels using com.amazon.jdbc, you can now remove that configuration as software.amazon.dsql.jdbc is the only package name needed.
  • Removed the LazyLogger class in favor of the standard java.util.logging.Logger which already provides equivalent functionality. If you were using LazyLogger directly, please use java.util.logging.Logger instead, which already includes built-in lazy evaluation for disabled log levels.

What's Changed

Full Changelog: 1.1.2...1.2.0