Releases: Lomray-Software/microservices
Releases · Lomray-Software/microservices
@lomray/microservice-content-v2.0.0
@lomray/microservice-content-v2.0.0 (2024-04-22)
Bug Fixes
- add tslib as peer deps (64aab84)
- audit dependencies (0952051)
- content: add file and long text input interfaces (e1a814b)
- content: add schema relation fields for searching (20af504)
- content: audit dependencies (6b9f110)
- content: build schema flow (#53) (1cf005c)
- content: build single-type auth model (#52) (90d39f5)
- content: constraint name (8f7d457)
- content: empty relation entities (0a7cf38)
- content: empty relations values (c0242e1)
- content: empty relations values #2 (b73ab5a)
- content: empty relations values #3 (6413359)
- content: fix optional relation array (a87b23d)
- content: make expand is optional (2310d0f)
- content: schema relation fields configuration (2decb81)
- content: single type some fields not required (c93d196)
- deps vulnerabilities (3b85b3e)
- deps vulnerabilities, migrate to esm release and build config (4934785)
- update helpers (5746500)
- update helpers package (create db issue) (9a8f13d)
- update helpers package (db ssl verify) (545f6ff)
- update helpers package, fix npm audit (345735e)
- vulnerabilities, update deps (f8d443c)
Features
- add content microservice (#23) (9416367)
- bump microservices deps (#182) (c63eddc)
- content: has many expand (#50) (7677492)
- update helpers, cli (d260228)
- update helpers, shutdown ijson fix (622154f)
- update microservices deps (#138) (d46d348)
- update microservices deps (#177) (9305cef)
- users: add active users compute (#122) (cfc1399)
@lomray/microservice-configuration-v2.0.0
@lomray/microservice-configuration-v2.0.0 (2024-04-22)
Bug Fixes
- add tslib as peer deps (64aab84)
- audit dependencies (0952051)
- configuration: cleanup and update helpers (0570703)
- deps vulnerabilities (3b85b3e)
- deps vulnerabilities, migrate to esm release and build config (4934785)
- import files event from lib, update helpers (92886ee)
- microservices start config (365814d)
- sign out middleware, update typeorm json query, validation nested object in crud (2a0422d)
- tests (c4f16cd)
- update aws memory usage (e23697e)
- update deps (3097548)
- update helpers (5746500)
- update helpers (d6d70a1)
- update helpers (4d65822)
- update helpers (8e738ee)
- update helpers (fe67cba)
- update helpers (9b4ed88)
- update helpers package (72cdf47)
- update helpers package (f45a8d2)
- update helpers package (create db issue) (9a8f13d)
- update helpers package (db ssl verify) (545f6ff)
- update helpers package, fix npm audit (345735e)
- update helpers, update json query (03d3ada)
- update helpers, update json query (e5eb678)
- update README.md, fix ci/cd workflow (96d0b55)
- vulnerabilities, update deps (f8d443c)
Features
- bump microservices deps (#182) (c63eddc)
- migrate microservices parameters to remote config (85e21c6)
- refactor structure, prepare for new cli (7907ba9)
- update helpers, cli (d260228)
- update helpers, shutdown ijson fix (622154f)
- update microservices deps (#138) (d46d348)
- update microservices deps (#177) (9305cef)
- users: add active users compute (#122) (cfc1399)
BREAKING CHANGES
- changed authorization filters signature
@lomray/microservice-blog-v2.0.0
@lomray/microservice-authorization-v2.0.0
@lomray/microservice-authorization-v2.0.0 (2024-04-22)
Bug Fixes
- add permission for stripe payment (#37) (3834b96)
- add tslib as peer deps (64aab84)
- added possibility to see prefilled email for the first checkout session (#164) (fdc149f)
- audit dependencies (0952051)
- authentication: return expiration from token identify (0471b23)
- authorization: add check username method schema (2723bf4)
- authorization: add filters for user remove (5b18ec3)
- authorization: add filters for user remove and restore methods (a9a5822)
- authorization: apply method filters (33634e2)
- authorization: create empty file and payment stripe webhook (e4fc505)
- authorization: create empty file only admin (28856d0)
- authorization: create templater service for centralized execution of type-aware templates (cd3c22e)
- authorization: extend auth query, provide full IJsonQuery with options (b3e5690)
- authorization: fields filter - object may be model alias and has permission (e36ab27)
- authorization: filter fields template, pass entity fields to template (8870755)
- authorization: filter ignore column type (f0b39d2)
- authorization: fix sync content single type (fcd9ec1)
- authorization: import command in transaction mode (23fed50)
- authorization: import permissions (a23f6a4)
- authorization: increase entity fields length (title, alias) (cc32ecc)
- authorization: keep custom rules in model schema (6960c2c)
- authorization: move remote config to separate function (fa25f95)
- authorization: omit condition id for permissions, make title unique for filter and condition (b25ed05)
- authorization: optimize sync metadata method, set default input values (e9c545e)
- authorization: permissions (fb41d62)
- authorization: permissions for dynamic schema objects (ac60ab4)
- authorization: remove user roles from sync permissions, update roles (9c95a70)
- authorization: return empty filter query where if not provided (1e36a2f)
- authorization: rollup copy permissions (7f75414)
- authorization: sorting filters (c973801)
- authorization: templater types regexp (2d1e3ff)
- authorization: tests (eff1347)
- authorization: user entity template permissions (e40c679)
- authorization: user relation permissions (27c9a97)
- authorization: user relation permissions condition (b5293bd)
- deps vulnerabilities (3b85b3e)
- deps vulnerabilities, migrate to esm release and build config (4934785)
- import files event from lib, update helpers (92886ee)
- microservices start config (365814d)
- notification: change recipient primary key (#128) (95acf8e)
- release patch lib versions (622c525)
- sign out middleware, update typeorm json query, validation nested object in crud (2a0422d)
- tests (c4f16cd)
- update aws memory usage (e23697e)
- update deps (9f479e8)
- update deps (3097548)
- update helpers (5746500)
- update helpers (d6d70a1)
- update helpers (4d65822)
- update helpers (8e738ee)
- update helpers (fe67cba)
- update helpers (9b4ed88)
- update helpers package (72cdf47)
- update helpers package (f45a8d2)
- update helpers package (create db issue) (9a8f13d)
- update helpers package (db ssl verify) (545f6ff)
- update helpers package, fix npm audit (345735e)
- update helpers, update json query (03d3ada)
- update helpers, update json query (e5eb678)
- update prettier (4643a7b)
- update README.md, fix ci/cd workflow (96d0b55)
- users: possibility to change user password for guest ([223eab7](https://github.com/Lomr...
@lomray/microservice-authentication-v2.0.0
@lomray/microservice-authentication-v2.0.0 (2024-04-22)
Bug Fixes
- add tslib as peer deps (64aab84)
- audit dependencies (0952051)
- authentication: check jwt audience in multiple cookie (46da8d3)
- authentication: increase token length for validation (0a4f6e4)
- authentication: return expiration from token identify (0471b23)
- authentication: select most suitable token by origin (0410c2a)
- authentication: token renew expiration (#106) (f6f59fd)
- deps vulnerabilities (3b85b3e)
- deps vulnerabilities, migrate to esm release and build config (4934785)
- import files event from lib, update helpers (92886ee)
- microservices start config (365814d)
- sign out middleware, update typeorm json query, validation nested object in crud (2a0422d)
- tests (c4f16cd)
- update aws memory usage (e23697e)
- update deps (9f479e8)
- update deps (3097548)
- update helpers (5746500)
- update helpers (d6d70a1)
- update helpers (4d65822)
- update helpers (8e738ee)
- update helpers (fe67cba)
- update helpers (9b4ed88)
- update helpers package (72cdf47)
- update helpers package (f45a8d2)
- update helpers package (create db issue) (9a8f13d)
- update helpers package (db ssl verify) (545f6ff)
- update helpers package, fix npm audit (345735e)
- update helpers, update json query (03d3ada)
- update helpers, update json query (e5eb678)
- update README.md, fix ci/cd workflow (96d0b55)
- vulnerabilities, update deps (f8d443c)
Features
- add find jwt strategy in cookie (2a94600)
- authentication: add expiration access token info to refresh token payload (875f4e4)
- authentication: add token count (#121) (f58640c)
- authentication: support jwt audience, multiple cookie names (dbe22cf)
- bump microservices deps (#182) (c63eddc)
- migrate microservices parameters to remote config (85e21c6)
- refactor structure, prepare for new cli (7907ba9)
- update helpers, cli (d260228)
- update helpers, shutdown ijson fix (622154f)
- update microservices deps (#138) (d46d348)
- update microservices deps (#177) (9305cef)
- users: add active users compute (#122) (cfc1399)
BREAKING CHANGES
- changed authorization filters signature