Releases: sillsdev/serval
Releases · sillsdev/serval
docker_1.14.0-rc.1
What's Changed
- Separate key terms from other training data on S3 by @pmachapman in #846
- Improve Quotation Denormalization Remark by @Enkidu93 in #848
- Improve build warnings (esp. USFM versification errors) by @Enkidu93 in #847
- Update to Machine 3.7.11. See details here: https://github.com/sillsdev/machine/releases/tag/v3.7.11.
Full Changelog: docker_1.13.0...docker_1.14.0-rc.1
docker_1.13.0
What's Changed
- Add DateCreated to Build and Engine DTOs by @pmachapman in #833
- Permanently fail aborted/failed_precondition messages by @Enkidu93 in #838
- Queue time reporting by @pmachapman in #835
- Update Serval to use machine 3.7.10 by @Enkidu93 in #839. See https://github.com/sillsdev/machine/releases/tag/v3.7.10 for more details.
- Update Serval to use machine.py docker_1.10.1. See https://github.com/sillsdev/machine.py/releases/tag/docker_1.10.1.
Full Changelog: docker_1.12.1...docker_1.13.0
docker_1.13.0-rc.1
What's Changed
- Add DateCreated to Build and Engine DTOs by @pmachapman in #833
- Permanently fail aborted/failed_precondition messages by @Enkidu93 in #838
- Queue time reporting by @pmachapman in #835
- Update Serval to machine 3.7.10 by @Enkidu93 in #839. See https://github.com/sillsdev/machine/releases/tag/v3.7.10 for more details.
Full Changelog: docker_1.12.0...docker_1.13.0-rc.1
docker_1.12.0
What's Changed
- Update documentation by @Enkidu93 in #761
- Add parallel corpora endpoints, deprecate old corpora endpoints by @pmachapman in #767
- Use transactional outbox for stateful engine ops by @ddaspit in #771
- Populate build id before creating start build request by @ddaspit in #774
- Fix engine outbox issues by @ddaspit in #776
- Use new usfm-updater and quotation denormalization features by @Enkidu93 in #777
- Remove source convention & use chapter/book-level filtering for quote convention analysis by @Enkidu93 in #783
- Add Machine USFM manual test by @Enkidu93 in #785
- Fix a bug where data files are deleted if GetAsync fails when updating by @pmachapman in #787
- Always add corpus analysis; add dummy source quote convention value by @Enkidu93 in #790
- Add
CanDenormalizeQuotesmigrator by @Enkidu93 in #793 - Allow the outbox delivery service to reconnect on database timeout by @pmachapman in #788
- Ignore extra elements for all entities by @pmachapman in #798
- Add outbox healthcheck to Serval and the Machine engine by @Enkidu93 in #815
- Strip embeds by default by @Enkidu93 in #818
- Return a 400 error when TrainOn or Pretranslate have duplicate keys by @pmachapman in #819
- Refactor e2e unit tests by @pmachapman in #812
- Use outbox for build cancellation by @Enkidu93 in #820
- Update remark for paragraph breaks to match Scripture Forge by @Nateowami in #809
- Update remark for automatic quote style to match Scripture Forge by @Nateowami in #810
- Add build warnings by @Enkidu93 in #808
- Fix execution data warning serialization and deserialization bugs by @pmachapman in #823
- Filter out markers before pretranslation by @Enkidu93 in #825
- Do not crash when pretranslations have invalid verse references by @Enkidu93 in #827
- Add an API endpoint to retrieve all builds for all engines by @pmachapman in #826
New Contributors
- @Nateowami made their first contribution in #809
Full Changelog: docker_1.11.1...docker_1.12.0
docker_1.12.0-rc.4
What's Changed
- Add
CanDenormalizeQuotesmigrator by @Enkidu93 in #793 - Allow the outbox delivery service to reconnect on database timeout by @pmachapman in #788
- Ignore extra elements for all entities by @pmachapman in #798
- Add outbox healthcheck to Serval and the Machine engine by @Enkidu93 in #815
- Strip embeds by default by @Enkidu93 in #818
- Return a 400 error when TrainOn or Pretranslate have duplicate keys by @pmachapman in #819
- Refactor e2e unit tests by @pmachapman in #812
- Use outbox for build cancellation by @Enkidu93 in #820
- Update remark for paragraph breaks to match Scripture Forge by @Nateowami in #809
- Update remark for automatic quote style to match Scripture Forge by @Nateowami in #810
- Add build warnings by @Enkidu93 in #808
- Fix execution data warning serialization and deserialization bugs by @pmachapman in #823
- Filter out markers before pretranslation by @Enkidu93 in #825
- Do not crash when pretranslations have invalid verse references by @Enkidu93 in #827
- Add an API endpoint to retrieve all builds for all engines by @pmachapman in #826
New Contributors
- @Nateowami made their first contribution in #809
Full Changelog: docker_1.12.0-rc.3...docker_1.12.0-rc.4
docker_1.11.1
- Hotfix: Process outbox messages before subscription
Full Changelog: docker_1.11.0...docker_1.11.1
docker_1.12.0-rc.3
What's Changed
Full Changelog: docker_1.12.0-rc.2...docker_1.12.0-rc.3
docker_1.12.0-rc.2
What's Changed
- Remove source convention, use chapter/book-level filtering for quote convention analysis, and add flag to indicate whether QD is possible by @Enkidu93 in #783
- Add Machine USFM manual test by @Enkidu93 in #785
- Fix a bug where data files are deleted if GetAsync fails when updating by @pmachapman in #787
Full Changelog: docker_1.12.0-rc.1...docker_1.12.0-rc.2
docker_1.12.0-rc.1
What's Changed
- Update documentation by @Enkidu93 in #761
- Add parallel corpora endpoints, deprecate old corpora endpoints by @pmachapman in #767
- Use transactional outbox for stateful engine ops by @ddaspit in #771
- Populate build id before creating start build request by @ddaspit in #774
- Fix engine outbox issues by @ddaspit in #776
- Use new usfm-updater and quotation denormalization features by @Enkidu93 in #777. See more details on Machine 3.7.6 here.
Full Changelog: docker_1.11.0...docker_1.12.0-rc.1
docker_1.11.0
What's Changed
- Add dotnet debug tools to docker image and a memory diagnostics service by @pmachapman in #747
- Add word alignment to kubernetes deployment by @Enkidu93 in #750
- Increase machine-job memory limit by @pmachapman in #752
- Cancel a build if there is no data for inferencing by @pmachapman in #754
- Fix bugsnag by @Enkidu93 in #758
- Fix GetNmtCancelAndRestartBuild e2e test & add model persisted test by @pmachapman in #759
- Update to machine library version 3.7.5 by @Enkidu93 in #763
Full Changelog: docker_1.10.4...docker_1.11.0