Releases: aneoconsulting/ArmoniK.Extensions.Cpp
Releases · aneoconsulting/ArmoniK.Extensions.Cpp
0.4.0
What's Changed
- feat: Stop using submitter client in SDK by @ddiakiteaneo in #38
- feat: Stress tests from C# to C++ by @fdenefaneo in #39
- refactor: C++ stress tests simple refactoring by @fdenefaneo in #40
- refactor: Fix session id in logs for some services by @ddiakiteaneo in #41
- test: Trigger segfault on purpose to test worker behavior by @ddiakiteaneo in #42
- refactor: Stop duplicating code between the low level API and the SDK by @ddiakiteaneo in #44
- feat: Correctly using Debug configuration for sanitizers. by @fdenefaneo in #45
- chore: Update sdk with API by @ddiakiteaneo in #46
- chore: Update core version by @ddiakiteaneo in #47
- chore: Update API version by @ddiakiteaneo in #48
New Contributors
- @fdenefaneo made their first contribution in #39
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- fix: Import docker image in k3s ctr by @lemaitre-aneo in #35
- fix: Fix problem with infra by @ddiakiteaneo in #36
- chore: Update ArmoniK.Api to 3.14.0 by @ngruelaneo in #34
- ci: remove test sur release version by @ngruelaneo in #37
New Contributors
- @lemaitre-aneo made their first contribution in #35
- @ngruelaneo made their first contribution in #34
Full Changelog: 0.2.0...0.3.0
0.2.0
Dependencies :
ArmoniK.Api 3.13.2
ArmoniK 2.15.0+
What's Changed
- ci: Add doxigen generation in ci and publish to github pages by @ddiakiteaneo in #19
- chore: Move scripts and Dockerfiles from project root by @ddiakiteaneo in #21
- ci: Push client and worker tests images on docker hub by @ddiakiteaneo in #22
- docs: Add more documentation by @ddiakiteaneo in #18
- docs: Fix links in docs by @ddiakiteaneo in #23
- chore: Add tgz, rpm and deb packaging and windows compile by @ddiakiteaneo in #24
- feat: Cpp 14 support by @dbrasseur-aneo in #26
- fix: use after move when submitting multiple tasks at once by @dbrasseur-aneo in #27
- refactor: using channel pool instead of permanent channel on the client side by @dbrasseur-aneo in #28
- refactor: Adjusted logging by @dbrasseur-aneo in #29
- refactor: dockers and packaging by @dbrasseur-aneo in #30
- feat: expose result deletion / cleanup by @dbrasseur-aneo in #31
- feat: Added timeout to wait options by @dbrasseur-aneo in #32
- fix: Added retry channel by @dbrasseur-aneo in #33
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
- feat: Initial SDK by @dbrasseur-aneo in #2
- ci: ArmoniK C++ SDK project setup by @rbenabda in #1
- fix: Allow for proper installation of SDK by @dbrasseur-aneo in #3
- feat: Client interface by @dbrasseur-aneo in #4
- feat: sdk dll worker by @dbrasseur-aneo in #5
- feat: Shared worker lib dynamic loading by @dbrasseur-aneo in #6
- refactor: Renamed DLLWorker to DynamicWorker by @dbrasseur-aneo in #8
- docs: added doxigen doc by @dbrasseur-aneo in #10
- feat: Add gtest support by @ddiakiteaneo in #7
- refactor: Uniform include guards by @ddiakiteaneo in #11
- ci: Add support for different base images by @dbrasseur-aneo in #12
- feat: Add external project add support to cmake by @ddiakiteaneo in #13
- docs: Add more doc by @ddiakiteaneo in #14
- fix: Fixed compilation for all platforms by @dbrasseur-aneo in #16
- feat: Add channel life time management by @ddiakiteaneo in #15
- ci: Added docker to ci by @dbrasseur-aneo in #17
New Contributors
- @dbrasseur-aneo made their first contribution in #2
- @rbenabda made their first contribution in #1
- @ddiakiteaneo made their first contribution in #7
Full Changelog: 0.0.1...0.1.0
0.0.1
first commit