Skip to content

Releases: Mad-Pixels/applingo-api

v0.0.8

Choose a tag to compare

@mr-chelyshkin mr-chelyshkin released this 22 Mar 08:15
d60e750
Release/v0.0.8 (#30)

* update deps
* fix validation rules
* set multiple schedulers
* [dynamo][gen] add func for convert any to attr.Value
* [api] fix pagination parser

v0.0.6

Choose a tag to compare

@mr-chelyshkin mr-chelyshkin released this 26 Feb 12:15
2a8dfb2

[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

Choose a tag to compare

@mr-chelyshkin mr-chelyshkin released this 22 Feb 10:05
34a1a63
  • 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

Choose a tag to compare

@mr-chelyshkin mr-chelyshkin released this 03 Dec 10:24
dadc61a

Changelog:

  • Add general authorizer for api requests
  • Fix data model for GET requests

v0.0.3

Choose a tag to compare

@mr-chelyshkin mr-chelyshkin released this 01 Dec 14:08
6aaec05

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

v0.0.2

Choose a tag to compare

@mr-chelyshkin mr-chelyshkin released this 26 Nov 15:28
e559e6c

REST way

v0.0.1

Choose a tag to compare

@mr-chelyshkin mr-chelyshkin released this 23 Nov 11:41
fe48774

Beta version of the API