Skip to content

Releases: assimbly/gateway

5.0.3

21 Feb 14:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.0.3

5.0.2

24 Jan 12:12
fa1a72b
Compare
Choose a tag to compare

Changes

  • Update to Camel 4.9.0
  • Implement health check API
  • Phasing out bundle_id by @brunovg in assimbly/runtime#304
  • Implement global bridgeErrorHandler

🐛 Bug Fixes

  • org.eclipse.angus:jakarta.mail implementation @brunovg (#872)
  • [Aggregate]XML declaration in CDATA part is removed by aggregation
  • [Inbound Email]The attachment is not placed on the message body
  • [XmlToJson]Different output at certain message body
  • [Replace] Replace with header variable which contains a dollar sign fails
  • [Enrich]StringIndexOutOfBoundsException if File Type is JSON
  • [XmlToJson] Handle decimal as a number
  • [Enrich]Exchanges in bottom route tracing is missing
  • [Aggregate]Use message header as Completion count value

Download links

5.0.1

29 Nov 16:43
fa02d18
Compare
Choose a tag to compare

This is a bug fix release

Changes

🚀 Features

  • MongoClientProvider - set mongo container name dynamically @brunovg (#861)

🐛 Bug Fixes

  • TenantVariable - add missing field static_tenant_variable_group_id @brunovg (#859)

Download links

5.0.0

11 Oct 14:52
93b954d
Compare
Choose a tag to compare

Gateway

This release offers separate downloads to run either:

  1. Full (camel + activemq + api + ui)
  2. Integration module only (camel + api + ui)
  3. Broker module only (activemq + api + ui)
  4. Headless (camel + api).

The release also fully supports the DIL (Data Integration Language) format.

This release upgrades Assimbly to:

  • Java 21
  • Apache Camel 4 (4.8.0)
  • Apache ActiveMQ Classic 6 (6.1.3)
  • Apache ActiveMQ Artmis 2.37.0
  • Spring Boot 3.3
  • Angular 18
  • Groovy 4

Quick start

Note: Java 21 is minimum (use Assimbly 4 for Java 11, and Assimbly 3 for Java 8)
Note 2: API isn't fully compatable with Assimbly 4 (see Admin --> API).

Download links

🚀 Features

  • OAuth2Resource - get StaticTenantVariable accessToken @brunovg (#848)
  • Keystore password - environment variable KEYSTORE_PWD @brunovg (#842)
  • Latest changes on application-headless.yml config file @brunovg (#834)
  • Removed unnecessary dependencies @brunovg (#833)
  • Platform preparations to move to camel 4 @brunovg (#825)

🐛 Bug Fixes

15 changes
  • Tenant Variable - inits empty fields @brunovg (#857)
  • include AuthenticatorResource class into headless @brunovg (#846)
  • add jdbc validation endpoint on headless mode @brunovg (#845)
  • Spring boot 3 - jetty - property to set max head size was renamed @brunovg (#841)
  • Health endpoints @brunovg (#837)
  • Mongodb - User - cast role and status fields with the right type @brunovg (#836)
  • Tenant Variables - nonce field was not set/get correctly from mongodb @brunovg (#835)
  • Latest changes on application-headless.yml config file @brunovg (#834)
  • Headless - added /api/db/authenticate endpoint @brunovg (#831)
  • Mongodb - latest fixes @brunovg (#830)
  • Fixes - build and release on mac @brunovg (#829)
  • Mongodb - check for null on long fields, before setting value @brunovg (#828)
  • Mongodb - set only databasename instead of mongodaodatabase @brunovg (#827)
  • Mongodb - Correction on constructors that needs to init MongoDao. @brunovg (#826)
  • Platform preparations to move to camel 4 @brunovg (#825)

Assimbly Runtime

What's Changed

Assimbly custom components:

What's Changed

Read more

4.0.5

22 Apr 09:56
Compare
Choose a tag to compare

Bugfix release:

#822 Jetty - Header is too large 8193>8192
#820 Include jsontoxmllegacy component implementation
#818 XMLToCvs component - NoSuchMethodError org.apache.commons.lang3.Range.of(java.lang.Comparable, java.lang.Comparable)
#816 Broker - set registry ssl - problems on imaps and smtps

5.0.0 Beta

20 Feb 08:24
Compare
Choose a tag to compare
5.0.0 Beta Pre-release
Pre-release

New major release:

  • Camel 4.4.0 (LTS)
  • ActiveMQ Classic 6.0.1
  • ActiveMQ Artemis 2.32.0
  • JHipster 8.1.0
  • Spring Boot 3.2.2
  • Angular 17
  • API update (more stats, integrationid not needed anymore)
  • Simplified UI

Note: This release needs Java 21 (Download)

4.0.4

05 Nov 12:38
Compare
Choose a tag to compare

Changes

🚀 Features

  • Update to Apache Camel 3.20.8
  • Update to Apache ActiveMQ Classic 5.18.3
  • Update to Apache ActiveMQ Artemis 2.31.2
  • Include Oriflame when full mode is used @brunovg (#812)

Download links

4.0.3

27 Sep 06:29
Compare
Choose a tag to compare

Changes

  • Update ActiveMQ Artemis to 2.31.0
  • Renaming globalvariables component to tenantvariables @github-actions (#795)

🚀 Features

  • Health check - changes on endpoint paths @brunovg (#793)
  • Health Check endpoints @brunovg (#792)
  • XML to JSON custom component - replicate Json-lib behaviour @github-actions (#791)

🐛 Bug Fixes

  • SQL Component - SQL Server - instance name on hostname doesn't work @github-actions (#805)
  • JDBC endpoint validation - removed param decode calls @brunovg (#803)
  • SQL - validate endpoint - included on the gateway @github-actions (#802)
  • GoogleDrive / OAuth2 - missing changes on the gateway project @brunovg (#800)
  • tenantvariables component - problems with gateway login @github-actions (#799)
  • Renaming globalvariables component to tenantvariables @github-actions (#797)
  • MongoDB - classloading problems @github-actions (#789)

Download links

4.0.2

20 Jun 00:36
39418c2
Compare
Choose a tag to compare
  • update Apache Camel to 3.20.6
  • update Apache ActiveMQ (Classic) to 5.18.2
  • Small bugfixes

4.0.1

14 Jun 07:35
db06304
Compare
Choose a tag to compare

Changes

🚀 Features

  • OAuth2 component - Refactoring and fixing some issues with global vars @github-actions (#775)

🐛 Bug Fixes

  • MongoDB - SecretKey on a property file @github-actions (#780)
  • database-platform - H2Dialect @github-actions (#782)
  • EnvironmentValueNotFoundException @brunovg (#778)
  • OAuth2 component - Refactoring and fixing some issues with global vars @github-actions (#775)
  • UnsatisfiedDependencyException - restarts docker container @github-actions (#777)