Skip to content

v1.0.0

Compare
Choose a tag to compare
@optic-release-automation optic-release-automation released this 02 Dec 14:23

Breaking change

If you're using the set_system_time function, this release may affect you. We dropped support for the string format previously supported, in favor of the timestamptz format, which makes this compatible with the corresponding function of the original native extension.

This change is unlikely to break production environments because:

  1. the set_system_time function is not intended to be used regularly, apart from one-off scenarios or during testing
  2. a string format is still supported, but with limitations compared to what was supported until this release.

See the README for more details.

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v0.6.1 by @optic-release-automation in #77
  • feat: Remove tests duplication by leveraging original extension's test against this one by @bilalshareef in #79
  • feat!: Support timestamp input for set_system_time function and align its implementation with the original extension by @bilalshareef in #80

New Contributors

Full Changelog: v0.6.1...v1.0.0