Releases: SolaceProducts/event-management-agent
Releases · SolaceProducts/event-management-agent
v1.0.3
- 33362f0 [ci skip] prepare for next development iteration
- 1a49950 [ci skip] prepare release v1.0.3
- 46683c7 Fix aws third party fasterxml jackson core vulnerability (#105)
- da6319f Create a new workflow for EMA pre-release security checks
- 51046e9 Fix h2 vulnerability (#103)
- e5df8a9 Fix fasterxml jackson databind prisma vulnerabilities (#102)
- 4a9e08f Enabling Prisma Vulnerabilities check before release (#99)
- 06ecec9 [ci skip] prepare for next development iteration
What's Changed
- Enabling Prisma Vulnerabilities check before release by @shooshmand-sol in #99
- Fix fasterxml jackson databind prisma vulnerabilities by @AHabes in #102
- Fix h2 vulnerability by @AHabes in #103
- DATAGO-57633: Create a new workflow for EMA pre-release security checks by @shooshmand-sol in #104
- Fix aws third party fasterxml jackson core vulnerability by @AHabes in #105
Full Changelog: v1.0.2...v1.0.3
v1.0.2
- 06ecec9 [ci skip] prepare for next development iteration
- 4f8af6c [ci skip] prepare release v1.0.2
- 93fe19e Introduce KafkaClientConfig to make Kafka AdminClient properties configurable. (#92)
- d7344c3 Fix whitesource vulnerabilities (#98)
- 61df623 [ci skip] prepare for next development iteration
What's Changed
- Fix whitesource vulnerabilities by @AHabes in #98
- Introduce KafkaClientConfig to make Kafka AdminClient properties configurable. by @AHabes in #92
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- 61df623 [ci skip] prepare for next development iteration
- adecce7 [ci skip] prepare release v1.0.1
- 0c96476 Fix snappy java vulnerability (#97)
- a8727ae Fix whitesource vulnerabilites (#96)
- edf04b2 Fix reported whitesource vulnerabilities (#94)
- e640b7a Check main code does not have any SonarQube security Hotspots before release
- 4f8999d Update Swagger UI documentation for manual import (#93)
- be6f1e5 Push EMA main image with release tag to ECR (#91)
- a455b70 Checking Prisma Vulnurabilites before release
- dd8015a Building Docker Image and Pusing to ECR
- 8a63cfb DATAGO-56103: fix PMD violations
- 4e63a5b merge main and resolve conflicts
- 2851acb Add the traceId to all messages streamed by EMA to EP (#68)
- 9882a71 [ci skip] prepare for next development iteration
- abe41bf Merge remote-tracking branch 'origin' into pwang/DATAGO-56103
- f7ff723 disable CloseResource warning on manual import
- 0f4b797 address pr comments
- 335265a resolve PMD violations on in Application
- 890402c resolve PMD violations on in Application
- b5e81b8 resolve PMD violations on in Application
- 45d22eb resolve PMD violations on in Application
- 68a337e close CamelReactiveStreamsService after use
- dab94f4 close CamelReactiveStreamsService after use
- acc35c1 close CamelReactiveStreamsService after use
- 0ee38b2 checkstyle
- 93b2db3 checkstyle
- b19ec44 address warning violations
- 5dd25ba address warning violations
- 07d6da4 fix failure violations
- eee114d Updated pom configs
What's Changed
- Add the traceId to all messages streamed by EMA to EP by @AHabes in #68
- DATAGO-56103: fix PMD violations by @pwang1997 in #81
- DATAGO-55547: Fail EMA build workflow in case of error by @JoshLabelleSolace in #74
- Building Docker Image and Pusing to ECR by @shooshmand-sol in #88
- Checking Prisma Vulnurabilites before release by @shooshmand-sol in #90
- Push EMA main image with release tag to ECR by @shooshmand-sol in #91
- Update Swagger UI documentation for manual import by @AHabes in #93
- Check main code does not have any SonarQube security Hotspots before release by @shooshmand-sol in #95
- Fix reported whitesource vulnerabilities by @AHabes in #94
- Fix whitesource vulnerabilites by @AHabes in #96
- Fix snappy java vulnerability by @AHabes in #97
New Contributors
- @pwang1997 made their first contribution in #81
- @JoshLabelleSolace made their first contribution in #74
Full Changelog: v1.0.0...v1.0.1
v1.0.0
- 9882a71 [ci skip] prepare for next development iteration
What's Changed
- Update the readme file by @AHabes in #1
- Update the readme by @AHabes in #2
- DATAGO-38922: "Flatten" the Solace scan results so they are just configuration and no wrapper by @gregmeldrum in #3
- DATAGO-39038: Adding scripts for build and run the runtime-agent docker container by @gregmeldrum in #4
- DATAGO-39143: Disable the RTO test on Macs since it causes issues for some M1 chips by @gregmeldrum in #7
- chore: testing sonar qube workflow by @johnvincentcorpuz in #6
- Add default destination to the MOP messages. by @AHabes in #10
- Chore: Sonar Scan should trigger into the
main
branch notdevelop
by @johnvincentcorpuz in #9 - Update payload and format of MOP messages by @AHabes in #11
- Add Swagger configuration and docs by @AHabes in #8
- Update README by @josephlanoux in #5
- Send scan data to the Event Portal via MOP messages. by @AHabes in #12
- Update README by @josephlanoux in #13
- Messaging service plugin by @slunelsolace in #15
- The Event Management Agent should be case in-sensitive by @OmarMostafa125 in #16
- Fixing case insensitivity. by @slunelsolace in #18
- Add manual test scenarios by @AHabes in #17
- Send the scan logs to EP by @AHabes in #19
- Fix the ConcurrentModificationException & SDTEOFException. by @AHabes in #21
- Improve info level logs to cover error scenarios and happy path. by @AHabes in #22
- Rename the Runtime Agent to Event Management Agent by @AHabes in #20
- Implement route completion and scan status logic by @AHabes in #23
- Update EMA log messages by @AHabes in #24
- Update EMA log messages by @AHabes in #25
- DATAGO-42101-add-asynchronous-data-processing-to-ema by @slunelsolace in #26
- Manual import of data collection files by @AHabes in #28
- update readme and add pr template by @AHabes in #29
- DATAGO-40130: New EMA config by @helrac in #27
- DATAGO-42733: add api to list scans by @helrac in #31
- Enhance the scan status and error reporting from EMA by @AHabes in #30
- DATAGO-43474: Fix security vulnerabilities by updating libraries by @gregmeldrum in #34
- DATAGO-44969: README and swagger docs for scan and list scan by @helrac in #32
- DATAGO-48457: Update rest.md by @josephlanoux in #36
- DATAGO-48378-EMA-Code-Cleanup by @slunelsolace in #35
- Slunel ema cleanup by @slunelsolace in #37
- DATAGO-50106: revert camel library by @gregmeldrum in #40
- DATAGO-49514: Throttle the data and log events by @gregmeldrum in #41
- Prevent scan requests via REST endpoint in connected mode by @AHabes in #42
- Update DataAggregationRouteBuilder to send complete status message for empty scan types by @AHabes in #38
- simplify DataImportController Zip endpoint by @AHabes in #43
- Fix broken manual import by persisting the scan data into the DB during the import by @AHabes in #44
- Update the ReadMe and rest interface to add manual import instructions by @AHabes in #45
- Increase the servlet multipart file size max limit by @AHabes in #46
- DATAGO-50557: add handshake for EMA maualImport by @moodiRealist in #47
- DATAGO-51118: introduce schema plugin by @moodiRealist in #49
- Fix mixed scanIds in the logs of consecutive scans by @AHabes in #50
- DATAGO-50714: change webflux to apache http, add support for schemaType and references by @moodiRealist in #51
- Updated README.md to describe usage of EMA connection file. by @HariRangarajan-Solace in #52
- DATAGO-50709: add support for confluent authentication scenarios by @moodiRealist in #53
- DATAGO-50709: Add example to docs for basic authentication with MTLS by @moodiRealist in #54
- DATAGO-54188: Fix the type of id and version by @moodiRealist in #56
- Added instructions for offline discovery import by @dennis-brinley in #55
- Revert "Added instructions for offline discovery import" by @moodiRealist in #59
- Adding Build Workflow by @shooshmand-sol in #58
- Adding SonarQube scan stage to Build workflow by @shooshmand-sol in #60
- DATAGO-54615:remove all gcr and ecr references from the pom file by @amanek-solace in #57
- DATAGO-54673: Deploy Artifacts To Github Packages by @shooshmand-sol in #61
- Add concurrentcy/timeout and path filtering to build workflow by @shooshmand-sol in #63
- Update documentation by @josephlanoux in #62
- Adding Whitesource Scan to Build Workflow by @shooshmand-sol in #64
- Add test reporters by @shooshmand-sol in #65
- Update the plugins to support executing unit tests using maven commands by @AHabes in #67
- bump versions of spotbugs and jacoco by @SVLarissa in #69
- Add release workflow by @shooshmand-sol in #70
- Resolve the reported white-source vulnerabilities by @AHabes in #72
- DATAGO-52024 - Update documentation by @josephlanoux in #66
- DATAGO-55577 - Typo by @josephlanoux in #75
- DATAGO-55421: Add new mop protocols phase 1 by @helrac in #76
- Fix spring-boot-autoconfigure-2.7.11 vulnerability by @AHabes in #77
- Fix mysql-connector-java dependency vulnerability by @AHabes in #78
- DATAGO-55462: Make sure no critical/high whitesource vulnurability exists by @shooshmand-sol in #79
- DATAGO-55421: EMA MOP protocol change by @helrac in #73
- DATAGO-55072: Create Release pipeline for Event Management Agent Jar file by @shooshmand-sol in #82
- DATAGO-55072: Change SonarQube Project Key by @shooshmand-sol in #85
- Update documentation to include released jar files by @josephlanoux in #84
- Authenicate users for release workflow by @shooshmand-sol in #83
- Using SSH keys for release by @shooshmand-sol in #86
New Contributors
- @AHabes made their first contribution in https://github.com/SolaceLabs/event-managemen...