Releases: s-nagaev/stubborn
Releases · s-nagaev/stubborn
1.8.1
[1.8.1] - 2024-04-09
Fixed
- Remove error message on import application with update flag action.
- Refactor import application js script.
[1.8.0] - 2024-02-04
Added
- Ability to import/export applications from/into a JSON file. The are two options for importing:
- Import a new Application. Throw an error if an Application with the same slug already exists.
Manage command:
python manage.py import_application_from_json_file <file_name>
- Update an existing Application. If Application with the given slug does not exist create
a new one.
Manage command:
python manage.py import_application_from_json_file <file_name> --update
- Manage command for importing applications from a JSON file.
- Django Admin buttons for import/export applications from/into a JSON file.
- Tests for new functionality.
Changelog
- Ability to import/export applications from/into a JSON file. by @ksenyachertenko in #89
- Remove error message on import application with update flag action. by @ksenyachertenko in #93
- Fixed styles for import app button. by @ksenyachertenko in #94
- Fix ApplicationSerializer. by @ksenyachertenko in #95
Full Changelog: v1.7.0...v1.8.1
1.7.0
1.6.0
1.4.3
Added
- Optional Stubborn request ID header injection: now it's possible to automatically inject headers
Stubborn-Log-Id
andStubborn-Log-Url
to the Stubborn response.Stubborn-Log-Id
containing the corresponding log ID in the Stubborn
database andStubborn-Log-Url
containing full URL to the corresponding log record.
corresponding request log. - Advanced filters for Request Logs data including multiselect filter for the related Application Resource.
Changed
- Dependencies updated.
- Base docker image changed to the
python:3.10-alpine3.18
.
1.4.2
1.4.1
1.4.0
1.3.0
Added
- The ability to create identical resources and switch between them.
- Tests covering "Stub It!" functionality.
- Redirect to the application page after related objects deleted.
Changed
- REAMDE.md updated.
- Typo in the example docker-compose file fixed.
Fixed
- A bug when creating a resource stub from the request log could cause an exception if the request didn't contain the Content-Type header.
1.2.0
Added
- docker-compose examples updated and moved to a separate directory.
Changed
- Fixed a bug when clicking the "Stub it!" button on the request log page could cause an exception.
- Default environment set to "production".
- Project file structure slightly updated.
README.md
file was updated: outdated info (from the MVP milestone) was removed.- Typos in the
changelog.md
file fixed.