Skip to content

Releases: mononobi/pyrin

0.6.3

20 Aug 22:23
Compare
Choose a tag to compare
  • Added action button support for admin list pages

0.6.2

16 Aug 09:29
Compare
Choose a tag to compare
  • Fix application's security package not to require component to be available if the app does not need to override default security package

0.6.0

16 Aug 00:43
Compare
Choose a tag to compare
  • Pin dependency versions in setup.py as well as Pipfile
  • Improve swagger metadata
  • Implement admin panel feature and services
  • Revise pagination bugs
  • Enhance validators
  • Enhance different config stores
  • Implement internal users for admin, audit and swagger usage
  • Implement authenticators for admin, audit and swagger apis
  • Minor code enhancements
  • Minor bug fixes

0.5.6

16 Jul 10:53
Compare
Choose a tag to compare
  • Minor code enhancements
  • Enable validated for entity columns by default
  • Minor bug fixes in validation services
  • Implement configurable http response codes for different http methods
  • Enhance swagger schema metadata extraction

0.5.5

10 Jul 20:46
Compare
Choose a tag to compare
  • Fixed flasgger dependency error

0.5.4

10 Jul 20:18
Compare
Choose a tag to compare

Finally built-in Swagger UI support thanks to Flasgger

  • Added Swagger UI support

0.5.3

01 Jul 22:03
Compare
Choose a tag to compare
  • Updated all dependencies and flask itself
  • Added helper api decorators for most used http methods (post, get, put, patch and delete)
  • Extended validators to be able to use a custom field name in validation errors
  • Added a new validation service for standalone arguments without considering their database
    column nullability or default value

0.5.2

25 Jun 20:30
Compare
Choose a tag to compare
  • Added automatic filtering support for entities
  • Minor bug fixes
  • Revised package manager template
  • Extended path utils
  • Important bug fixes for sqlalchemy updated version

0.5.1

02 Apr 15:54
Compare
Choose a tag to compare
  • Important bug fix in query.count method
  • Added future=True to engine
  • Code revised

0.5.0

01 Apr 20:42
Compare
Choose a tag to compare
  • First release to support sqlalchemy 1.4
  • All dependencies upgraded
  • Codes revised to support sqlalchemy 1.4
  • Dropped support for sqlalchemy < 1.4
  • Dropped support for python < 3.6
  • Title case normalizer revised to perform more practical
  • Minor bug fixes