Releases: greenbone/opensight-golang-libraries
Releases · greenbone/opensight-golang-libraries
opensight-golang-libraries 1.1.0
opensight-golang-libraries 1.0.2
opensight-golang-libraries 1.0.1
1.0.1 - 2023-12-18
Added
- improve documentation aefb58e
- improve documentation for MatchQuery and add link to elastic documentation f491d24
- add unit tests for matchQuery.go and nestedQuery.go 99b073c
Removed
- cleanup deprecated code and use testBoolQueryBuilderWrapper struct for testing 9c4b0ae
- remove unreachable code f8e997a
Changed
opensight-golang-libraries 1.0.0
1.0.0 - 2023-12-12
Added
- testing for BulkUpdate, Update, Delete and Search dfed78d
- Commented the code and updated the README with the code comments e18bb02
- Commented the code and updated the README with the code comments ac4cc98
- Reformat code to comply with standard 09bc254
- Reformat code to comply with standard 990e606
- Enhanced index testing in open_search_client bae6fc7
- Enhance code readability with detailed comments throughout multiple packages. These comments provide information such as function descriptions, explanations on struct fields, and usage examples. 6806c81
- added README.md for dbCrypt b609562
- added README.md for jobQueue 980e0ec
- added README.md for gofy package 252b0b8
- added README.md for gofy package 1a2ce8a
- added README.md for configReader 075ba12
Changed
- Formatting c99c794
- updated the README.md files 49da0f2
- updated the documentation based on review comments de5e1bd
- updated the documentation based on review comments e58d9e6
- [WIP] cleanup and simplify usage of opensight libraries, adapt and enhance unit tests 818e634
- refactoring of SaveToIndex method into serialization and update steps 25bd21b
- enhance naming, rename simpleClient struct to client, rename struct field and method parameter client to opensearchProjectClient ac7da6b
Bug Fixes
- removed combine.sh 196c628
- corrected the format e5c731c
- added a makefile command which walks thru the directories given and performs a generation of the README.md file 07d69d5
- changed the names of the tests as they where identical 2c9a928
- changed the assert Equal to DeepEqual otherwise an assert is raised in the Eventually block and causes a stop of the loop e76f2df