Releases: Mad-Pixels/applingo-api
Release list
v0.0.8
v0.0.6
[System] update golang version
[System] update dependencies
[Infra] remove unused Dynamo Tables
[Pkg] add new pkgs for working with OpenAI
[Lambda] add new internal lambda "forge" for work with OpenAI
[Lambda] change logic for GET routes: subcategories / level remove Dynamo usage
[Lambda] remove unused routes (POST/DELETE) subcategories
v0.0.5
- Change route naming
- Add new fields: words (count)
- Add logic for data sort by rating/date
- Add "scheme" route
- Add "dictionary statistic update" route
- Update dependencies
v0.0.4
Changelog:
- Add general authorizer for api requests
- Fix data model for GET requests
v0.0.3
Changelog:
[infra] add table "dictionary-level"
[infra] add table "dictionary-subcategories"
[infra] add complex keys indexes to "dictionary" for support search by multiple values
[gen] update dynamo codegen
[openapi] refactor components and add custom fields tag for validator (should be re-check)
[api] add routes for DELETE dictionary / subcategory
[api] add routes for get "levels"
[api] change "subcategory" logic -> now work with DynamoDB
[api] add validator