Releases: gravitee-io/gravitee-integration-api
Releases · gravitee-io/gravitee-integration-api
4.1.0
4.0.1
4.0.0
3.0.0
2.1.1
2.1.0
2.0.0
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
1.0.1
1.0.0
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)