Releases: coveo/push-api-client.java
Releases · coveo/push-api-client.java
v2.6.1
v2.6.0
What's Changed
- docs: update manual release process by @y-lakhdar in #126
- feat(LENS-1466): add support for partial updates in the UpdateStreamService by @jgwatkincoveo in #127
- feat(LENS-1642): support for SAP specific user-agent header by @jgwatkincoveo in #128
- chore(main): release 2.5.1-SNAPSHOT by @developer-experience-bot in #125
Full Changelog: v2.5.0...v2.6.0
v2.5.0
v2.4.0
v2.3.2
What's Changed
- docs: specify in readme that token needs to have read:packages permission by @hdhayneCoveo in #110
- chore: include client details in header by @dmbrooke in #109
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
2.3.0 (2023-06-20)
Features
- add create method in
CatalogSource
andPushSource
(LENS-874) (#35) (f2e93a2) - create
PushSource
andcatalogSource
classes (#30) (b42c055) - expose publicly PushSource,CatalogSource,StreamService (#46) (dd00a0e)
- implement
DocumentUploadQueue
class (#33) (ed0f754) - implement
PushService
class (#34) (28a7a22) - implement
StreamService
class (#32) (75d605f)
Bug Fixes
- bug related to the type expected of delete documents (37dd38c)
- deps: update dependency com.google.code.gson:gson to v2.8.9 [security] (#57) (ffe1652)
- in StreamService streamId was never set , with this PR , it is returned from StreamServiceInternal (#42) (fbf9ccb)
- provide JSON value (#36) (c3025bb)
Documentation
- create sample code to stream document (#43) (8cec4a0)
- create Sample Code classes to create push and Catalog Source in Coveo and instance Java classes in different ways (#39) (309ecde)
- use appropriate javadoc url syntax (#77) (c5f1d96)
Miscellaneous Chores
- release 2.3.0 (ad91e6e)