Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 456 Bytes

CHANGELOG.md

File metadata and controls

9 lines (9 loc) · 456 Bytes

Changes as of November 11, 2019:

  • Added DatabaseService
    • where you could connect thru your own sql server (mysql, posgres and etc.)
  • Added ElasticSearchService
    • this service provides a connection that can connect thru local or AWS' ElasticSearch as of the moment.
  • Added JwtService
    • to validate jwt access token, and custom claims.
  • Added ElastiCacheService
    • a service that can use memcached/redis for in-memory key-value search.