LEGO SaaS SDK Release Notes
Welcome to the LEGO SaaS SDK release notes. This page contains detailed information about all releases, including new features, bug fixes, and breaking changes.
Latest Releaseâ
Version 1.0.7 - Bug Fix Releaseâ
Release Date: January 2025
đ Bug Fixesâ
- Workflow LEGO: Fixed compatibility with other relational databases
- Resolved issue preventing WorkflowLego from working with PostgreSQL and MySQL
- Enhanced database schema initialization for multiple RDBMS providers
- Improved connection handling for non-H2 databases
- Added proper SQL dialect support for different database engines
- Fixed workflow instance persistence across various database types
đĻ Installationâ
<dependency>
<groupId>com.bosch.bd.lego</groupId>
<artifactId>lego-bom</artifactId>
<version>1.0.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Version 1.0.4 - Bug Fix Releaseâ
Release Date: December 2024
đ Bug Fixesâ
- Javadoc for all native Java Lego APIs
- Support for multiple DocManager - and AI Chatbot Legos
- Various Bugfixes
đĻ Installationâ
<dependency>
<groupId>com.bosch.bd.lego</groupId>
<artifactId>lego-bom</artifactId>
<version>1.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Release Historyâ
Version 1.0.3 - Bug Fix Releaseâ
Release Date: December 2024
đ Bug Fixesâ
- Document Manager LEGO: Fixed bug when uploading files via REST API
- Resolved issue with file upload endpoint returning incorrect responses
- Improved error handling for large file uploads
- Enhanced validation for supported file types
đĻ Installationâ
<dependency>
<groupId>com.bosch.bd.lego</groupId>
<artifactId>lego-bom</artifactId>
<version>1.0.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Version 1.0.2 - Bug Fix Releaseâ
Release Date: November 2024
đ Bug Fixesâ
-
Data Ingestion LEGO: Fixed InfluxDB Router bucket creation issue
- Resolved conflict when creating buckets for existing tenants
- Improved bucket naming strategy to prevent duplicates
- Enhanced error handling for bucket operations
-
Data Ingestion LEGO: Simplified InfluxDB Router overwriting
- Streamlined the process for updating existing router configurations
- Improved performance for router updates
- Better validation for router configuration changes