Skip to content

Releases: umutseven92/apyr

v1.2.0

06 Mar 03:57
5b73482
Compare
Choose a tag to compare
  • Integration tests for the default endpoints.yaml file
  • Remove poorly supported --port flag, which caused docker deployments to fail. To be re-added later!
  • Added status check endpoint
  • Small documentation updates

v1.1.0

12 Feb 23:42
30110d5
Compare
Choose a tag to compare
  • Support for -p PORT parameter
  • Fix error when content is empty
  • Support for content_path

v1.0.0

10 Feb 05:10
Compare
Choose a tag to compare

Functions overhaul!

  • BREAKING CHANGE: Functions now have parameters
  • Added gender parameter to random_first_name
  • Added random_int function
  • Added tests for functions

v0.2.0

10 Feb 01:20
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Endpoints won't be reloaded anymore if endpoints.yaml has not been changed
  • Added .pydocstyle
  • Added .dockerignore
  • Refactored utils
  • Add tests