Skip to content

Releases: jgiovaresco/apim-samples

3.3.0

29 Jan 09:56
Compare
Choose a tag to compare

3.3.0 (2024-01-29)

Features

  • improve graphql endpoint to accept limit param list queries (1d7e81d)

3.2.1

29 Jan 09:24
Compare
Choose a tag to compare

3.2.1 (2024-01-29)

Bug Fixes

3.2.0

28 Jan 16:19
Compare
Choose a tag to compare

3.2.0 (2024-01-28)

Features

3.1.0

22 Jan 14:09
Compare
Choose a tag to compare

3.1.0 (2024-01-22)

Features

  • add a new gRPC service StreamService (418a2f0)
  • configure listening on all network interfaces by default (fca17b0)
  • enable http access logs by default (e02beb6)

3.0.0

21 Jan 15:02
Compare
Choose a tag to compare

3.0.0 (2024-01-21)

Code Refactoring

BREAKING CHANGES

  • WebSocket moved to HTTP server instead of a dedicated
    server
    gRPC server moved to HTTP server instead of a dedicated server

2.1.0

17 Jan 09:51
Compare
Choose a tag to compare

2.1.0 (2024-01-17)

Features

  • add another gRPC service (7bfe507)

2.0.1

21 Apr 08:27
Compare
Choose a tag to compare

2.0.1 (2023-04-21)

Bug Fixes

  • deps: update dependency io.confluent:kafka-avro-serializer to v7 (1899570)

2.0.0

13 Apr 13:26
Compare
Choose a tag to compare

2.0.0 (2023-04-13)

Features

  • add an avro serde endpoint (c1a6d30)
  • improve generate endpoint to generate a json matching a schema (278d8e0)
  • move /avro route under /avro/generate (5d57ef1)

BREAKING CHANGES

  • The route /avro has been moved to /avro/generate

1.8.0

02 Mar 09:13
Compare
Choose a tag to compare

1.8.0 (2023-03-02)

Features

1.7.0

22 Jan 14:40
Compare
Choose a tag to compare

1.7.0 (2023-01-22)

Features

  • rest echo can handle non json request (d87a191)