Skip to content

Commit

Permalink
Update CHANGELOG for version 4.6.1: add new features, fixes, and docu…
Browse files Browse the repository at this point in the history
…mentation improvements
  • Loading branch information
remiceres committed Dec 12, 2024
1 parent 121d234 commit 071bb5e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
# Corese Changelog

## Version 4.6.1 – Elasticsearch
## Version 4.6.1 – 2024-12-12

### Added

- Code cleanup and refactoring to improve readability and maintainability.
- Reworking of the Property class as a proper singleton
- Reworking of the Property class as a proper singleton.
- HTTPHeaders class created to centralize repeated definitions of HTTP headers.

- Elasticsearch's integration:
- Elasticsearch's integration.
- EdgeChangeListener class created to listen to edge changes and deletion.
- Add SLF4J dependency to the project.

### Fixed
- Fixed possibility of apparition of XML comment into JSON results

- Fixed possibility of apparition of XML comment into JSON results.
- Fixed missing SLF4J dependency.

### Changed

- Cleaned documentation website.

## Version 4.6.0 – 2024-10-28

Expand Down

0 comments on commit 071bb5e

Please sign in to comment.