Skip to content

Release v0.1.1

Compare
Choose a tag to compare
@jruaux jruaux released this 30 Jun 15:49
· 320 commits to master since this release

Changelog

πŸ”€ Merge

πŸš€ Features

  • 2bd9147 Reusing Micrometer registries for identical Redis URIs
  • 37742bd Introduced ParsedSQL class to hold statement metadata
  • 504d419 Using CRC32 hashes of SQL queries for Redis keys

πŸ› Fixes

  • e14bd3b config objects were not reused

πŸ”„οΈ Changes

  • 7900a43 avoid repeating meter ids
  • 15ee6c4 renamed variables
  • 214a80e Moved meter registry and config updater from connection to
  • bc28657 Using dedicated Micrometer registry per Sidecar connection
  • 8bd7bd5 Reduced copy/paste in statement execute methods

🧰 Tasks

πŸ›  Build

  • 8834fd7 lowered iteration and row count for test to complete in time
  • 3cf2864 fix config updater test
  • b803024 fix sidecar driver name
  • f913191 added control of result set size
  • 127ae77 added control of result set size
  • 5e7d8c7 Added row count
  • 3d7506d fixed env property names
  • 1d1db5b fixed log format
  • 912e3d6 added env variable config
  • 7a8c32e added logging
  • b42b97b Added logging
  • 8b8f3a7 fix redis container
  • 0c21304 Added metric tests
  • 5b23e16 renamed subprojects folder to core
  • a98613b Renamed subprojects folder to core
  • d7bccfd Renamed subprojects folder to core
  • c5ea67b Upgrade to checkout action v3
  • 9cbe313 Increase heap size for tests
  • dc4619a Checkout using fetch-depth 0
  • 0544afa Fixed announce message
  • 0707df7 Checkout using fetch-depth 0
  • 9fc64ea Bump for next development cycle

πŸ“ Documentation

βš™οΈ Dependencies

  • 69a3f48 deps: upgraded micrometer rts
  • 10ad6cc deps: Upgraded LettuceMod and Micrometer