Skip to content

Commit

Permalink
moved to version 0.4 updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Botea committed Apr 28, 2016
1 parent 1f76a77 commit 15d2f69
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 0.4.0

* Major performance improvements
* AMQP messages are now compressed using LZ4
* TelepatIndexedLists is a data structure on redis used to rapidly search
for members
* Simpliefied the database adapter, now they can be used in bulk operations
* Device IDs are no longer stored in subscriptions, instead their tokens
are stored in order to avoid retrieving the device object everytime
* Filter builder is used by database adapters in order to form filters
for querying the database
* Moved some of the logic from the old adapter's functions to functions
in Admin/Context/Model/etc

# 0.3.0

* Performance fix: AMQP queues/exchanges are only asserted once
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telepat-models",
"version": "0.3.0",
"version": "0.4.0",
"description": "Database models used by the Telepat API and Workers",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 15d2f69

Please sign in to comment.