Skip to content

v0.3.0.Final

Choose a tag to compare

@fjuma fjuma released this 28 Oct 18:18
· 61 commits to main since this release

What's Changed

  • fix: Ensure proper errors are reported when authentication fails by @fjuma in #328
  • feat: Add some additional methods to TaskUpdater by @fjuma in #339
  • fix: Implement reference counting for EventQueue to prevent premature MainQueue closure by @kabir in #333
  • feat: Implement robust replication and task-aware queue lifecycle by @kabir in #351
  • fix: Add additional methods in TaskUpdater by @fjuma in #378
  • fix: Update A2AException and A2AClientError so that they extend RuntimeException instead of IOException by @fjuma in #379
  • feat: Add multi-server test using the replicated queue manager. by @kabir in #380
  • feat: add JSON-RPC method to ServerCallContext.state by @ehsavoie in #353
  • feat: Add cloud deployment example with event replication by @kabir in #389
  • feat: Add optional entity operator wait skip for Kind by @kabir in #397

New Contributors

Full Changelog: v0.3.0.Beta2...v0.3.0.Final

What's Changed

  • feat: Add message creation methods with contextId and taskId support by @Asymtode712 in #322
  • fix: Fixing build on Java 25. by @ehsavoie in #329
  • fix: Ensure proper errors are reported when authentication fails by @fjuma in #328
  • chore: Using error prone and jspecify to define nullability on the client API. by @ehsavoie in #330
  • test: add test for streaming with multiple events by @amithsourya in #326
  • chore: Using error prone and jspecify to expend the nullability by @ehsavoie in #332
  • feat: Add some additional methods to TaskUpdater by @fjuma in #339
  • test: Disable flaky KafkaReplicationIntegrationTest by @kabir in #346
  • fix: Implement reference counting for EventQueue to prevent premature MainQueue closure by @kabir in #333
  • docs: Fix typos and linguistic errors in documentation / hacktoberfest by @survivant in #343
  • chore: Add Jspecify NullCheck in tck module #336 by @ethanthopkins in #340
  • chore: add Jspecify NullCheck in grpc transport (Fixes #334) by @devcom33 in #342
  • feat: Implement robust replication and task-aware queue lifecycle by @kabir in #351
  • fix: Add additional methods in TaskUpdater by @fjuma in #378
  • test: add ToProto and FromProto tests by @Akanksha928 in #341
  • Revert "test: add ToProto and FromProto tests" by @ehsavoie in #381
  • fix: Update A2AException and A2AClientError so that they extend RuntimeException instead of IOException by @fjuma in #379
  • feat: Add multi-server test using the replicated queue manager. by @kabir in #380
  • feat: add JSON-RPC method to ServerCallContext.state by @ehsavoie in #353
  • chore: fixing issue #390 by adding copy builders to TaskArtifactUpdateEvent and TaskStatusUpdateEvent. by @ehsavoie in #391
  • feat: Add cloud deployment example with event replication by @kabir in #389
  • feat: add ArtifactUtils utility class and corresponding tests (#303) by @leehuiseok in #350
  • feat: Add optional entity operator wait skip for Kind by @kabir in #397
  • fix: Filter benign stream errors in KafkaReplicationIntegrationTest a… by @kabir in #398
  • fix: javadoc issues uncovered when using -Prelease by @kabir in #404
  • chore: Add workflow to build with -Prelease by @kabir in #405

New Contributors

Full Changelog: v0.3.0.Beta2...v0.3.0.Final