Skip to content

Releases: python-microservices/pyms

v1.3.1

02 Sep 21:38
Compare
Choose a tag to compare
  • Fix pypi dependencies

v1.3.0

02 Sep 18:37
e2c0954
Compare
Choose a tag to compare
  • Access to pyms class from flask.current_app.ms

v1.2.0

31 Aug 12:08
f14f13c
Compare
Choose a tag to compare
  • Added retry system to requests wrapper

  • Fix pylint errors

  • Updated docs

v1.1.0

30 Aug 17:44
8d25eaa
Compare
Choose a tag to compare

Configuration out of context
Access to our YAML configuration out of Flask context.

See https://py-ms.readthedocs.io/en/latest/configuration/#import-configuration for more details

v1.0.3

04 Feb 20:34
Compare
Choose a tag to compare

Fix error when Flask search for static files in wrong path

v1.0.1

27 Jan 15:49
Compare
Choose a tag to compare
  • fix/coveralls

  • Resolve issue #34
    Added eq method to Config class to prevent errors

  • Replace tracer Jaeger with Lightstep

    We use Opentracing and Opentracing Flask to trace all the requests. This lib needs a client and, actually, we work with Jaeger.

    I Replaced Jaeger with Lightstep. I have compared both and Jaeger could be better but, at this moment, Jaegger have a lot of deprecated problems, for example:

    • Not working with Flask-OpenTracing==1.0.0. use 0.2.0
    • Not working with opentracing==2.0.0
    • Use Tornado < 5. Tornado < 5 have security errors

    When Jaeger will be updated, we replace in pyms/tracer/main.py the initialization of the tracer

  • Added Bandit to static security analysis

  • Added Safety to requirements security analysis

  • Replaced unittest with Pytest

  • Added tests to docs

v1.0.0

18 Jan 18:45
Compare
Choose a tag to compare

First stable release