Skip to content

Releases: Trunkrs/common

RedisCache feature

Choose a tag to compare

@Chlododev Chlododev released this 31 Mar 07:50
93fb58d

Adds a small RedisClient and RedisCache in order to easily cache string values.

v1.5.9: New email managers

Choose a tag to compare

@fean fean released this 20 Jan 11:42
a999fde
Fix/add logging on secret cache (#20)

* added logging

* should be fetching the `cacheStoreName`

* revert

* register logger

* provide Logger

* remove unused imports

v1.5.4: DynamoDB operators for complex querying

Choose a tag to compare

@fean fean released this 11 Jan 15:13
a878370
Feature: Add more operators for more complex queries (#18)

Fix: Problem with injected action parameters

Choose a tag to compare

@fean fean released this 11 Jan 11:43
1.5.1

Hotfix: Param evaluation for controllers

v1.5.0: Overhaul internals DDB querying

Choose a tag to compare

@fean fean released this 10 Jan 17:13
52b5809
Add: General query re-factors & Better ddb operation support (#17)

* Add: Query operation override param

* Add: Some re-factoring of classes & inverted idx evaluation

* Clean-up import

* Rename function & clean-up imports

* Move order descending one level up

v1.4.6: Added S3 cache client

Choose a tag to compare

@fean fean released this 29 Nov 12:08
89deeab
Merge pull request #11 from Trunkrs/feature/s3-cache-client

Feature: S3 cache client

v1.4.0: Core services upgrades + Better DynamoDB batching

Choose a tag to compare

@fean fean released this 10 Nov 13:37
c5ffdb0
improve batching behaviour for DynoDM (#9)

* improve batching behaviour for DynoDM

* improve batching behaviour for DynoDM

* improve batching behaviour for DynoDM

* rework

v1.3.4: Added compatibility for more DynamoDB operators

Choose a tag to compare

@fean fean released this 04 Nov 15:23
c1804b8

DynamoDB operators added:

  • Between
  • Contains
  • Greater than
  • Greater than or equals
  • Lesser than
  • Lesser than or equals
  • In
  • Not equals

v1.3.3: Open up machine client for extension

Choose a tag to compare

@fean fean released this 04 Nov 07:39
018da12
Feature: Make MachineTokenClient constructor protected and symbolize …

v1.3.0: Message clients & auth client changes

Choose a tag to compare

@fean fean released this 01 Nov 12:05
302ca6c
Feature: Event bridge & Kinesis clients (#5)

* Fix: Jest using cjs problem

* Add: Eventbridge client + message options overhaul

* Resolve PR changes + Place back disappeared file

* Fix: Rectify wrong import

* Fix: Remove scratch file from demo session

* Add: Kinesis client