Skip to content

Commit

Permalink
Update Changelog (#1592)
Browse files Browse the repository at this point in the history
Co-authored-by: sakoush <sakoush@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and sakoush authored Feb 28, 2024
1 parent a2ed772 commit 0f9e9c6
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,61 @@
# Changelog


<a name="1.4.0"></a>
## [1.4.0](https://github.com/SeldonIO/MLServer/releases/tag/1.4.0) - 28 Feb 2024

<!-- Release notes generated using configuration in .github/release.yml at 1.4.0 -->

## What's Changed
* Free up some space for GH actions by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1282
* Introduce tracing with OpenTelemetry by [@vtaskow](https://github.com/vtaskow) in https://github.com/SeldonIO/MLServer/pull/1281
* Update release CI to use Poetry by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1283
* Re-generate License Info by [@github-actions](https://github.com/github-actions) in https://github.com/SeldonIO/MLServer/pull/1284
* Add support for white-box explainers to alibi-explain runtime by [@ascillitoe](https://github.com/ascillitoe) in https://github.com/SeldonIO/MLServer/pull/1279
* Update CHANGELOG by [@github-actions](https://github.com/github-actions) in https://github.com/SeldonIO/MLServer/pull/1294
* Fix build-wheels.sh error when copying to output path by [@lc525](https://github.com/lc525) in https://github.com/SeldonIO/MLServer/pull/1286
* Fix typo by [@strickvl](https://github.com/strickvl) in https://github.com/SeldonIO/MLServer/pull/1289
* feat(logging): Distinguish logs from different models by [@vtaskow](https://github.com/vtaskow) in https://github.com/SeldonIO/MLServer/pull/1302
* Make sure we use our Response class by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1314
* Adding Quick-Start Guide to docs by [@ramonpzg](https://github.com/ramonpzg) in https://github.com/SeldonIO/MLServer/pull/1315
* feat(logging): Provide JSON-formatted structured logging as option by [@vtaskow](https://github.com/vtaskow) in https://github.com/SeldonIO/MLServer/pull/1308
* Bump in conda version and mamba solver by [@dtpryce](https://github.com/dtpryce) in https://github.com/SeldonIO/MLServer/pull/1298
* feat(huggingface): Merge model settings by [@jesse-c](https://github.com/jesse-c) in https://github.com/SeldonIO/MLServer/pull/1337
* feat(huggingface): Load local artefacts in HuggingFace runtime by [@vtaskow](https://github.com/vtaskow) in https://github.com/SeldonIO/MLServer/pull/1319
* Document and test behaviour around NaN by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1346
* Address flakiness on 'mlserver build' tests by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1363
* Bump Poetry and lockfiles by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1369
* Bump Miniforge3 to 23.3.1 by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1372
* Re-generate License Info by [@github-actions](https://github.com/github-actions) in https://github.com/SeldonIO/MLServer/pull/1373
* Improved huggingface batch logic by [@ajsalow](https://github.com/ajsalow) in https://github.com/SeldonIO/MLServer/pull/1336
* Add inference params support to MLFlow's custom invocation endpoint (… by [@M4nouel](https://github.com/M4nouel) in https://github.com/SeldonIO/MLServer/pull/1375
* Increase build space for runtime builds by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1385
* Fix minor typo in `sklearn` README by [@krishanbhasin-gc](https://github.com/krishanbhasin-gc) in https://github.com/SeldonIO/MLServer/pull/1402
* Add catboost classifier support by [@krishanbhasin-gc](https://github.com/krishanbhasin-gc) in https://github.com/SeldonIO/MLServer/pull/1403
* added model_kwargs to huggingface model by [@nanbo-liu](https://github.com/nanbo-liu) in https://github.com/SeldonIO/MLServer/pull/1417
* Re-generate License Info by [@github-actions](https://github.com/github-actions) in https://github.com/SeldonIO/MLServer/pull/1456
* Local response cache implementation by [@SachinVarghese](https://github.com/SachinVarghese) in https://github.com/SeldonIO/MLServer/pull/1440
* fix link to custom runtimes by [@kretes](https://github.com/kretes) in https://github.com/SeldonIO/MLServer/pull/1467
* Improve typing on `Environment` class by [@krishanbhasin-gc](https://github.com/krishanbhasin-gc) in https://github.com/SeldonIO/MLServer/pull/1469
* build(dependabot): Change reviewers by [@jesse-c](https://github.com/jesse-c) in https://github.com/SeldonIO/MLServer/pull/1548
* MLServer changes from internal fork - deps and CI updates by [@sakoush](https://github.com/sakoush) in https://github.com/SeldonIO/MLServer/pull/1588

## New Contributors
* [@vtaskow](https://github.com/vtaskow) made their first contribution in https://github.com/SeldonIO/MLServer/pull/1281
* [@lc525](https://github.com/lc525) made their first contribution in https://github.com/SeldonIO/MLServer/pull/1286
* [@strickvl](https://github.com/strickvl) made their first contribution in https://github.com/SeldonIO/MLServer/pull/1289
* [@ramonpzg](https://github.com/ramonpzg) made their first contribution in https://github.com/SeldonIO/MLServer/pull/1315
* [@jesse-c](https://github.com/jesse-c) made their first contribution in https://github.com/SeldonIO/MLServer/pull/1337
* [@ajsalow](https://github.com/ajsalow) made their first contribution in https://github.com/SeldonIO/MLServer/pull/1336
* [@M4nouel](https://github.com/M4nouel) made their first contribution in https://github.com/SeldonIO/MLServer/pull/1375
* [@nanbo-liu](https://github.com/nanbo-liu) made their first contribution in https://github.com/SeldonIO/MLServer/pull/1417
* [@kretes](https://github.com/kretes) made their first contribution in https://github.com/SeldonIO/MLServer/pull/1467

**Full Changelog**: https://github.com/SeldonIO/MLServer/compare/1.3.5...1.4.0

[Changes][1.4.0]


<a name="1.3.5"></a>
## [1.3.5](https://github.com/SeldonIO/MLServer/releases/tag/1.3.5) - 10 Jul 2023

Expand Down Expand Up @@ -345,6 +400,7 @@ To learn more about how to use MLServer directly from the MLflow CLI, check out
[Changes][1.1.0]


[1.4.0]: https://github.com/SeldonIO/MLServer/compare/1.3.5...1.4.0
[1.3.5]: https://github.com/SeldonIO/MLServer/compare/1.3.4...1.3.5
[1.3.4]: https://github.com/SeldonIO/MLServer/compare/1.3.3...1.3.4
[1.3.3]: https://github.com/SeldonIO/MLServer/compare/1.3.2...1.3.3
Expand All @@ -359,4 +415,4 @@ To learn more about how to use MLServer directly from the MLflow CLI, check out
[1.2.0.dev1]: https://github.com/SeldonIO/MLServer/compare/1.1.0...1.2.0.dev1
[1.1.0]: https://github.com/SeldonIO/MLServer/tree/1.1.0

<!-- Generated by https://github.com/rhysd/changelog-from-release v3.7.1 -->
<!-- Generated by https://github.com/rhysd/changelog-from-release v3.7.2 -->

0 comments on commit 0f9e9c6

Please sign in to comment.