Skip to content

v1.1.0

Compare
Choose a tag to compare
@stewartboyd119 stewartboyd119 released this 23 Sep 17:47
· 11 commits to main since this release
0e0f899
  1. Added formatters that properly use schema registry formatters (zfmt
    attempted previously but had missed the mark)
  2. Updated tests to be controlled with envvar instead of build tags
  3. Updated golang-ci to remove deprecated options
  4. Updated make to add proto generation for schema registry evolution
    tests
  5. Because protobuf has protections against named type collisions, run
    tests with a special envvar to ignore this warning
  6. Added LifecyclePostReadImmediate for better confirmation of read
    errors
  7. Updated ReaderOption to not update KWriter directly and instead
    update an indirect settings object
  8. Updated producer clientId to be clientid + topic this helps avoid
    accidental collisions seen in production with DLT'd consumer
  9. Updated compose.yml used for local testing to standup schema registry
  10. Updated to golang1.23
  11. Updated otel dependencies