Skip to content

Releases: wshchocolatine/ake-api

v1.2-beta

03 May 22:07
62d5d70
Compare
Choose a tag to compare
v1.2-beta Pre-release
Pre-release

Features v1.2.beta

Here is what v1.2 brings

Create conversations with multiples users !

You can now create conversations with multiples users. This causes changes in what is to be sent but also received: everything is documented on this page

Renaming

There has been a renaming on what is sent to the server. We went from the snake_case to the camelCase. For example, on /message/get, the conv_id param is now convId. This results in /message/get?convId=<ur_convId>.

Harmonized responses

On this version, we have paid special attention to harmonize as many things as possible to make the api more understandable.
Now every response is documentated here. Every response is also typed here. Btw, this file is in our new Sdk, go check it after.

Schema of the database changed

A new table appears... Go check the new schema here.

Fix minors bugs and cleaning code

  • Add prettier and eslint
  • From let to const
  • Add tests and update seeders
  • Update validators
  • And more...

Release 1.1

11 Apr 20:04
e5a5eb2
Compare
Choose a tag to compare

New

  • Authentication with Opaque Token !, be careful with it, it's not enough secure for the moment.

Fix some bugs

  • A user could before create an infinite number of conversations with the same user. It's has been fixed.
  • On search conversation ( /conversations/search), an infinite number of conversation were returned. It's has been limited to 12 like /conversations/get.

Cleaning code

  • Better commenting
  • Better typing
  • Fix problem with ESM, CommonJS problems

Release 1.0.0

22 Feb 20:03
dc2485b
Compare
Choose a tag to compare

First release of Ake's api. You can now create an account, login to it and send encrypted messages to your friends.