Asab

Latest version: v21.11

Safety actively analyzes 619566 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

22.06rc3

What's Changed
* WebSocket Factory refactoring by eliska-n in https://github.com/TeskaLabs/asab/pull/315
* Improving a task service by ateska in https://github.com/TeskaLabs/asab/pull/316
* Library : Azure - ETag support by mithunbharadwaj in https://github.com/TeskaLabs/asab/pull/305
* Fix of empty `.disabled` path handling in the library. by ateska in https://github.com/TeskaLabs/asab/pull/317


**Full Changelog**: https://github.com/TeskaLabs/asab/compare/v22.06-rc2...v22.06-rc3

22.06rc2

Fixes from the RC1 stabilization.

What's Changed

* Websocket example by eliska-n in https://github.com/TeskaLabs/asab/pull/281
* BUG: Library - Missing version file by mithunbharadwaj in https://github.com/TeskaLabs/asab/pull/301
* Fix GitProvider by eliska-n in https://github.com/TeskaLabs/asab/pull/302
* Library Service docstring example by eliska-n in https://github.com/TeskaLabs/asab/pull/304
* Documenting WebSocket endpoint by eliska-n in https://github.com/TeskaLabs/asab/pull/307
* LogCounter by eliska-n in https://github.com/TeskaLabs/asab/pull/303
* EPSCounter fix by eliska-n in https://github.com/TeskaLabs/asab/pull/306
* Renaming to instance_id by eliska-n in https://github.com/TeskaLabs/asab/pull/308
* Fix EPS counter by eliska-n in https://github.com/TeskaLabs/asab/pull/310
* EPS Counter values are integer by eliska-n in https://github.com/TeskaLabs/asab/pull/313


**Full Changelog**: https://github.com/TeskaLabs/asab/compare/v22.06-rc1...v22.06-rc2

22.06rc1

The maintenance release with a lot of fixes and bunch of iterative improvements.

What's Changed
* Return 400 if JSON request cannot be decoded by byewokko in https://github.com/TeskaLabs/asab/pull/178
* ES: url bug by mithunbharadwaj in https://github.com/TeskaLabs/asab/pull/180
* Zookeeper advertise container nonode fix. by mithunbharadwaj in https://github.com/TeskaLabs/asab/pull/177
* Mongo upsertor: Raise KeyError if DB object changes by byewokko in https://github.com/TeskaLabs/asab/pull/182
* Json exception middleware: Add "result" to responses by byewokko in https://github.com/TeskaLabs/asab/pull/181
* Switchting to GitHub Actions. by ateska in https://github.com/TeskaLabs/asab/pull/183
* Handle userinfo failure by byewokko in https://github.com/TeskaLabs/asab/pull/187
* OpenMetrics & Prometheus support by eliska-n in https://github.com/TeskaLabs/asab/pull/189
* Fix counters presentation to Prometheus by eliska-n in https://github.com/TeskaLabs/asab/pull/191
* Metrics middleware and Prometheus by eliska-n in https://github.com/TeskaLabs/asab/pull/193
* fixed regex creating labels from metrics values by eliska-n in https://github.com/TeskaLabs/asab/pull/194
* org + bucket connection support added by sedoy26 in https://github.com/TeskaLabs/asab/pull/192
* Request metrics and Aggregation Counter by eliska-n in https://github.com/TeskaLabs/asab/pull/197
* RequestCounter unit changed by eliska-n in https://github.com/TeskaLabs/asab/pull/195
* JSON schema handler exceptions by eliska-n in https://github.com/TeskaLabs/asab/pull/198
* API - service : GET Usvc veraion by mithunbharadwaj in https://github.com/TeskaLabs/asab/pull/196
* PubSub unsubscribe fix by eliska-n in https://github.com/TeskaLabs/asab/pull/199
* Add manifest creation script. by ateska in https://github.com/TeskaLabs/asab/pull/200
* Fix path in request metrics name by eliska-n in https://github.com/TeskaLabs/asab/pull/201
* Move convert_to_seconds from asab.ConfigParser to asab.utils by byewokko in https://github.com/TeskaLabs/asab/pull/202
* Metrics readable from command line by eliska-n in https://github.com/TeskaLabs/asab/pull/203
* Fix error handling in manifest script by byewokko in https://github.com/TeskaLabs/asab/pull/205
* Metrics Documentation by eliska-n in https://github.com/TeskaLabs/asab/pull/208
* Histogram implementation by eliska-n in https://github.com/TeskaLabs/asab/pull/207
* Add session timeout to - Builder by mithunbharadwaj in https://github.com/TeskaLabs/asab/pull/206
* Advertising into Zookeeper - NoNode exception handled by eliska-n in https://github.com/TeskaLabs/asab/pull/204
* Server name advertised to zk by eliska-n in https://github.com/TeskaLabs/asab/pull/210
* Replace aiozk with Kazoo in asab-zookeeper by mithunbharadwaj in https://github.com/TeskaLabs/asab/pull/209
* Trying to advertise "web" into zookeeper by eliska-n in https://github.com/TeskaLabs/asab/pull/214
* Review of the Kazoo / Zookeeper implementation by ateska in https://github.com/TeskaLabs/asab/pull/213
* Review of the Zookeeper and Web service / containers by ateska in https://github.com/TeskaLabs/asab/pull/215
* Bug : Delete call now takes version parameter. by mithunbharadwaj in https://github.com/TeskaLabs/asab/pull/217
* containarization advertised by eliska-n in https://github.com/TeskaLabs/asab/pull/218
* Add a simple gauge metrics for memory used. by PremyslCerny in https://github.com/TeskaLabs/asab/pull/216
* Feature/asab library by bochkver in https://github.com/TeskaLabs/asab/pull/212
* Example: Check for multiple ZK containers by eliska-n in https://github.com/TeskaLabs/asab/pull/220
* Miscelangelous cleanups and fixes by ateska in https://github.com/TeskaLabs/asab/pull/224
* WebServer Tutorial Chapter 2 by eliska-n in https://github.com/TeskaLabs/asab/pull/228
* Include keyValue from pymongo.DuplicateError by byewokko in https://github.com/TeskaLabs/asab/pull/229
* ZooKeeper default configuration is independent to infrastructure by ateska in https://github.com/TeskaLabs/asab/pull/223
* Zookeeper Watchers by mithunbharadwaj in https://github.com/TeskaLabs/asab/pull/219
* Make datetimes UTC-aware by byewokko in https://github.com/TeskaLabs/asab/pull/232
* Timezone-aware MongoDB by byewokko in https://github.com/TeskaLabs/asab/pull/233
* asab.library from remote-control's point of view by eliska-n in https://github.com/TeskaLabs/asab/pull/221
* Docker configuration and removing hostname prefix by eliska-n in https://github.com/TeskaLabs/asab/pull/235
* Fix -w flag behavior by byewokko in https://github.com/TeskaLabs/asab/pull/238
* Metrics: renovation by eliska-n in https://github.com/TeskaLabs/asab/pull/211
* fix metrics_json endpoint by eliska-n in https://github.com/TeskaLabs/asab/pull/247
* OpenAPI based online documentation of the REST API by ateska in https://github.com/TeskaLabs/asab/pull/236
* Rewrite warning message : Zookeeper wrapper get-data by mithunbharadwaj in https://github.com/TeskaLabs/asab/pull/245
* Disabled data addition. by mithunbharadwaj in https://github.com/TeskaLabs/asab/pull/241
* asab.library ZK provider fix after refactoring by eliska-n in https://github.com/TeskaLabs/asab/pull/253
* Refactoring of `asab.library` and Zookeeper by eliska-n in https://github.com/TeskaLabs/asab/pull/239
* Use relative openapi path by byewokko in https://github.com/TeskaLabs/asab/pull/255
* `asab.library` read now returns `io` instead ot `bytes` by ateska in https://github.com/TeskaLabs/asab/pull/256
* Custom exceptions by byewokko in https://github.com/TeskaLabs/asab/pull/237
* Storage webhook by byewokko in https://github.com/TeskaLabs/asab/pull/257
* Add export feature to asab.library by bochkver in https://github.com/TeskaLabs/asab/pull/260
* Add handling zk://./path by bochkver in https://github.com/TeskaLabs/asab/pull/261
* docker default config update by eliska-n in https://github.com/TeskaLabs/asab/pull/262
* Remove tenant class by byewokko in https://github.com/TeskaLabs/asab/pull/263
* Add an OBSOLETE logger. by ateska in https://github.com/TeskaLabs/asab/pull/268
* Flake8 E275 by eliska-n in https://github.com/TeskaLabs/asab/pull/276
* Added a geturl() method for asab.config by antoninvondrovic in https://github.com/TeskaLabs/asab/pull/274
* library - ZK - No more complaints about missing version file. by eliska-n in https://github.com/TeskaLabs/asab/pull/277
* Enhancement: `asab.library` read disabled on tick by mithunbharadwaj in https://github.com/TeskaLabs/asab/pull/271
* AES encryption in ASAB storage by byewokko in https://github.com/TeskaLabs/asab/pull/267
* Library Git Provider by eliska-n in https://github.com/TeskaLabs/asab/pull/269
* in_docker selfawareness with cgroup v2 by eliska-n in https://github.com/TeskaLabs/asab/pull/275
* WIP: Added Influx format metrics validation by antoninvondrovic in https://github.com/TeskaLabs/asab/pull/270
* Advertisement ID by eliska-n in https://github.com/TeskaLabs/asab/pull/278
* Improving Swagger docs by eliska-n in https://github.com/TeskaLabs/asab/pull/273
* fix get_docker_container_id by eliska-n in https://github.com/TeskaLabs/asab/pull/287
* Updating Alerts by eliska-n in https://github.com/TeskaLabs/asab/pull/286
* Improved logging by bochkver in https://github.com/TeskaLabs/asab/pull/264
* fixed swagger and made security be optional by antoninvondrovic in https://github.com/TeskaLabs/asab/pull/282
* Metrics documentation updated by eliska-n in https://github.com/TeskaLabs/asab/pull/291
* GitProvider - update when listing by eliska-n in https://github.com/TeskaLabs/asab/pull/288
* Improve UTC format check by byewokko in https://github.com/TeskaLabs/asab/pull/279
* Init values in histograms by eliska-n in https://github.com/TeskaLabs/asab/pull/293
* Metrics refactoring by eliska-n in https://github.com/TeskaLabs/asab/pull/292
* AlertService - tenant_id removal and documentation by eliska-n in https://github.com/TeskaLabs/asab/pull/290
* ASAB Library - Zookeeper provider - reading `.version.yaml` by mithunbharadwaj in https://github.com/TeskaLabs/asab/pull/294
* GitProvider fix makedirs by eliska-n in https://github.com/TeskaLabs/asab/pull/297
* Fix Alerts by eliska-n in https://github.com/TeskaLabs/asab/pull/298

New Contributors
* eliska-n made their first contribution in https://github.com/TeskaLabs/asab/pull/189
* sedoy26 made their first contribution in https://github.com/TeskaLabs/asab/pull/192
* antoninvondrovic made their first contribution in https://github.com/TeskaLabs/asab/pull/274

**Full Changelog**: https://github.com/TeskaLabs/asab/compare/v21.11...v22.06-rc1

21.11

ASAB release on November 2021

21.06.01

Regular maintenance release.

20.07.28

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.