Skip to content

Releases: gravitee-io/gravitee-integration-api

4.1.0

05 Aug 13:41
Compare
Choose a tag to compare

4.1.0 (2024-08-05)

Features

  • page: allow to set filename of page (optional) (#34) (0a5710e)

4.0.1

31 Jul 14:35
Compare
Choose a tag to compare

4.0.1 (2024-07-31)

Bug Fixes

4.0.0

30 Jul 15:12
Compare
Choose a tag to compare

4.0.0 (2024-07-30)

  • feat!: move payload of command inside command and use APIs ids during ingest (0a019af), closes #31

BREAKING CHANGES

    • construction of commands are little differents
  • signature of start ingest is changed

3.0.0

25 Jul 14:49
Compare
Choose a tag to compare

3.0.0 (2024-07-25)

  • feat(ingest)!: use APIs ids during ingest (1542218)
  • feat!: move payload of command inside command (31913dd)

BREAKING CHANGES

  • signature of start ingest is changed
  • construction of commands are little differents

2.1.1

23 Jul 13:56
Compare
Choose a tag to compare

2.1.1 (2024-07-23)

Bug Fixes

  • api-model: format need to be public (#29) (babee1a)

2.1.0

22 Jul 16:14
Compare
Choose a tag to compare

2.1.0 (2024-07-22)

Features

  • add characteristics to Plan's model (df152f4)
  • add metadata to Api's model (a73bb36)

2.0.0

18 Jul 12:45
Compare
Choose a tag to compare

2.0.0 (2024-07-18)

Features

  • add new command StartIngest (218bc63)
  • enhance Ingest command to handle an async Ingestion (0564956)
  • provide ExchangeConnectorManager when building IntegrationProvider (f3ec68d)
  • remove ingest method from IntegrationProvider (a3b60f8)

BREAKING CHANGES

  • remove ingest method from IntegrationProvider
  • IntegrationProviderFactory create function has been updated to provide
    the ExchangeConnectorManager

1.1.0

02 Jul 09:15
Compare
Choose a tag to compare

1.1.0 (2024-07-02)

Features

  • add Gravitee Application id in the Subscription model (98d1753)

1.0.1

20 Jun 07:27
Compare
Choose a tag to compare

1.0.1 (2024-06-20)

Bug Fixes

  • make models serializable (55efcb5)

1.0.0

17 Jun 13:18
Compare
Choose a tag to compare

1.0.0 (2024-06-17)

Bug Fixes

  • define lombok annotation to generate builder and equals methods (36e275f)
  • remove AbstractIntegrationProviderConfiguration (a7d3168)
  • rename OAUTH to OAUTH2 to comply with apim (#13) (120921b)
  • return a result instead of updated subscription when subscribing (54ec4d7)

Features

  • add Api unique id (#9) (6c38079)
  • add description to Plan (c229ced)
  • add name in Plan for import (0de61cd)
  • add unsubscribe method (63ba8e8)
  • change IntegrationProviderFactory signature to rely on Spring env (2f6f9a3)
  • init integration api with commands, model and plugin interface (d2d7173)
  • remove environmentId in HelloPayload (45f948c)
  • rename element to follow naming used in Federation team (#7) (cdad394)
  • simplify Subscription model (f3c9351)
  • solace: add properties used for solace subscription (#17) (953745f)
  • to distinct validation type by provider let provider plugin select the validation method (#18) (f34806c)
  • use gravitee-node Configuration interface (857f813)

Reverts

  • Revert "feat: to distinct validation type by provider let provider plugin sel…" (83f660f)