Releases: eiffel-community/eiffel-intelligence-frontend
Releases · eiffel-community/eiffel-intelligence-frontend
3.0.8
3.0.7
3.0.6
What's Changed
- Bump org.json:json from 20230227 to 20231013 by @dependabot in #320
- Added dependabot.yml for actions by @jainadc9 in #318
- Bump com.rabbitmq:amqp-client from 5.4.0 to 5.18.0 by @dependabot in #319
- Bump actions/checkout from 3 to 4 by @dependabot in #322
- Bump actions/setup-java from 3 to 4 by @dependabot in #323
- Updated the code not to print the passwords in debug logs. by @nidhi-fr in #321
- Release 3.0.6 Version by @Vinay-kalpaguri in #324
New Contributors
Full Changelog: 3.0.5...3.0.6
3.0.5
What's Changed
- Configured workflow with jdk17 environment by @jainadc9 in #314
- Update main.yml to support latest ubuntu by @jainadc9 in #315
- Preparation for OpenJdk 17.0.5 by @Vinay-kalpaguri in #312
- Release 3.0.5 version by @Vinay-kalpaguri in #316
- Bump json from 20180130 to 20230227 by @dependabot in #313
- Configured jitpack with jdk17 by @jainadc9 in #317
New Contributors
- @dependabot made their first contribution in #313
Full Changelog: 3.0.4...3.0.5
3.0.4
What's Changed
- Spring-boot version uplift to 2.7.5 by @shubhamkumarguptaTCS in #311
Full Changelog: 3.0.3...3.0.4
Excluded selenium test libraries from main build and uplifted the GSON dependency to 2.9.1
What's Changed
- Created main.yml for github actions to migrate from travis.yml by @jainadc9 in #307
- Uplifted GSON dependency version to 2.9.1 by @shubhamkumarguptaTCS in #309
- Exclude test libraries from main build in eiffel-intelligence-frontend. by @Vinay-kalpaguri in #310
New Contributors
- @shubhamkumarguptaTCS made their first contribution in #309
- @Vinay-kalpaguri made their first contribution in #310
Full Changelog: 3.0.2...3.0.3
Uplifted logback vulnerabilities
3.0.1 Version Release
Fix System-tests configuration for latest EI Backend changes.
Fix subscription documentation .
Rename properties from information endpoint.
Fix broken link to test-rules user guide docs on GitHub.
Remove duplicate community health files from this repo .
Uplifted the Httpclient version from 4.5.3 to 4.5.13 .
Updated Junit from 4.12 to 4.13.1 .
Apply sandbox badge.
Eiffel Intelligence front-end 3.0.0
What's New?
- The REST API has been updated to follow best practices of RAML. Below is a mapping of the changed endpoints. Read more about the API here
Old endpoint | New endpoint |
---|---|
/subscriptions | /subscriptions |
/download | /templates |
/auth | /authentication |
/auth/checkStatus | /status |
/download | /templates |
/rules/rule-check/testRulePageEnabled | /rule-test |
/backend | /backends |
/queryAggregatedObject | /aggregated-objects |
/queryMissedNotifications | /failed-notifications |
Improvements
- Update documentation with properties which have changed in Eiffel Intelligence back-end
Fixes
- Bug where notification meta field in subscription could contain harmful scripts
- Remove documentation from github.io and instead keep all documentation version handled in GitHub repository
Eiffel Intelligence front-end 2.1.0
What's new?
- It will now only be possible to add instances in the application.properties file.
Fixes
- Unable to save and load instances to local file since local file will not be used any more.