Releases: Lomray-Software/microservices
Releases · Lomray-Software/microservices
@lomray/microservice-authentication-v2.3.0
@lomray/microservice-authentication-v2.3.0 (2024-04-23)
chore: bump version
@lomray/microservice-payment-stripe-v2.1.0-beta.1
@lomray/microservice-payment-stripe-v2.1.0-beta.1 (2024-04-23)
Features
@lomray/microservice-notification-v2.1.0-beta.1
@lomray/microservice-notification-v2.1.0-beta.1 (2024-04-23)
Features
@lomray/microservice-users-v2.0.0
@lomray/microservice-users-v2.0.0 (2024-04-22)
Bug Fixes
- add tslib as peer deps (64aab84)
- audit dependencies (0952051)
- 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)
- users: add confirm method to profile params (f6293e2)
- users: add groups to validation (109312a)
- users: add remove and recover events to user (6ee0cc6)
- users: allow create method for identity provider and profile (20ad99e)
- users: change password (7ec2b90)
- users: change password validation (810d8d9)
- users: dependencies vulnerabilities (1022e01)
- users: possibility to change user password for guest (223eab7)
- users: tests (a067a37)
- users: update helpers (support validation groups) (78c1e55)
- vulnerabilities, update deps (f8d443c)
Features
- bump microservices deps (#182) (c63eddc)
- control user sign up for identity provider (e5352ff)
- migrate microservices parameters to remote config (85e21c6)
- ms users attach user identity avatar (#9) (9fa6533)
- ms users sign-in error message for removed account (#19) (b20014c)
- non trusted identity sign in flow (#12) (63d6b28)
- profile: add gender param (#17) (e1a60ef)
- refactor structure, prepare for new cli (7907ba9)
- rename attachments microservice to files (aebeacc)
- 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)
- users: add check username method (910050a)
- users: add confirm code crud (505797f)
- users: add events (#57) (2fd0e9d)
- users: add parse identity provider user (#144) (9f2bcb9)
- users: clean tokens on change password (#166) (6fb4ec4), closes #167
- users: prevent multi sign up (#8) (f06cfd2)
- users: update token clean up selection (#170) (56e1e12)
- users: verification code context (#146) (2bf0474)
BREAKING CHANGES
- changed authorization filters signature
- attachments microservice renamed to files.
Also updated: authorization, users, client api package
@lomray/microservice-payment-stripe-v2.0.0
@lomray/microservice-payment-stripe-v2.0.0 (2024-04-22)
Bug Fixes
- added possibility to see prefilled email for the first checkout session (#164) (fdc149f)
- ceil transfer number to integer because stripe doesnt take floats (#63) (0f62b92)
- changed checkout cart locale to english (#139) (4253c29)
- deps vulnerabilities (3b85b3e)
- deps vulnerabilities, migrate to esm release and build config (4934785)
- fixed incorrect amount for payouts when using promocodes(checkout flow) (#95) (79cd98a)
- payment-stripe: add refund id default autogenerated value (#80) (41ede4b)
- payment-stripe: add tslib as peer dep (#44) (8eb875e)
- payment-stripe: allow multiple webhooks (2a30b74)
- payment-stripe: audit dependencies (27079f7)
- payment-stripe: card expiration date validator (#168) (984fffb)
- payment-stripe: embedded checkout (#137) (b9f7968)
- payment-stripe: embedded checkout disable redirect (#142) (1328909)
- payment-stripe: json query select (#62) (8106e71)
- payment-stripe: product coupon entity relation metadata (#73) (a7236b7)
- payment-stripe: promo codes relation coupon (#79) (ccf7edd)
- payment-stripe: promocode max redemptions (#81) (630fae3)
- payment-stripe: promocode max redemptions (#82) (40694bd)
- release patch lib versions (622c525)
- semantic release (dd5f0d5)
- semantic release patch versions (418c473)
- semantic release patch versions #2 (1d0f3da)
- small handle checkout fix (#47) (8c1717e)
- small migration price update (#45) (c278d24)
- small transaction fix and added created and updated fields to entities (#54) (4b833f5)
- 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
- added event publishing after successful stripe payment (#41) (74f0e0c)
- bloom: stripe add card stripe (#56) (4ca8551)
- bump microservices deps (#182) (c63eddc)
- created possibility to make embedded checkout form in stripe (#134) (95c7388)
- ms payment payout (#38) (c089ab1), closes #40 #42
- ms-payment-stripe: add card checks, duplication validation and renewal logic (#100) (c37166d)
- ms-payment-stripe: audit repository helpers (#145) (597f425)
- payment stripe ms (#36) (06791c7)
- payment-stipe: update tests and endpoints (#55) (af226d6)
- payment-stripe: add account support phone number (#120) (f306579)
- payment-stripe: add card created event for external account card (354a80b)
- payment-stripe: add card events (#83) (15460f3)
- payment-stripe: add card expiration message (#155) (1205bfe)
- payment-stripe: add card issuer and customer billing save (#98) (64c4a45)
- payment-stripe: add card via token (#66) (5a0f240)
- payment-stripe: add config change setup intent usage (#99) (dc0d0ec)
- payment-stripe: add connected acc type and sync transactions (#87) (1008035)
- payment-stripe: add disputes (chargebacks) and evidenc...
@lomray/microservice-notification-v2.0.0
@lomray/microservice-notification-v2.0.0 (2024-04-22)
Bug Fixes
- add tslib as peer deps (64aab84)
- audit dependencies (0952051)
- 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)
- notification: validation limit for email (978d531)
- 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 (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)
- notification: add exclude users without email (#119) (2b3108c)
- notification: add notice entity (a03dab3)
- notification: hide all notifications (#92) (0046bca)
- notification: init task entity and notify factory infra (#111) (bd11bba), closes #112 #113 #114 #115 #116 #117
- notification: publish notice events (060fd52)
- notification: send attachments with the email (#61) (250487d)
- notification: update notice validators and http requests (#129) (1517d3a)
- 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-gateway-v2.0.0
@lomray/microservice-gateway-v2.0.0 (2024-04-22)
Bug Fixes
- add tslib as peer deps (64aab84)
- audit dependencies (0952051)
- deps vulnerabilities (3b85b3e)
- deps vulnerabilities, migrate to esm release and build config (4934785)
- gateway: filter webhook requests by method (67740f3)
- gateway: middleware order (c9c6485)
- gateway: set response error status for webhooks (ea90395)
- gateway: webhook middleware can accept query params (fbf31d1)
- 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
- added webhook handling in gateway (#15) (427ff49)
- 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)
- webhook refactor auth (#31) (0e07c3a), closes #30
BREAKING CHANGES
- changed authorization filters signature
@lomray/microservice-files-v2.0.0
@lomray/microservice-files-v2.0.0 (2024-04-22)
Bug Fixes
- add tslib as peer deps (64aab84)
- audit dependencies (0952051)
- deps vulnerabilities (3b85b3e)
- deps vulnerabilities, migrate to esm release and build config (4934785)
- files: changed crud list signature (d045cff)
- files: create empty file (95cf428)
- files: remove file from s3 (9c430c4)
- files: update order file entities after remove (9d43d2c)
- files: update order file entities also after remove file (e3f33d4)
- files: update order file entities also after remove file (89a567b)
- 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 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)
- vulnerabilities, update deps (f8d443c)
Features
- bump microservices deps (#182) (c63eddc)
- files: add folder entity (07f384e)
- files: add list crud endpoint (#180) (76e7bb4)
- files: add support manage video/files (841209b)
- migrate microservices parameters to remote config (85e21c6)
- rename attachments microservice to files (aebeacc)
- 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
- attachments microservice renamed to files.
Also updated: authorization, users, client api package
@lomray/microservice-cron-v2.0.0
@lomray/microservice-cron-v2.0.0 (2024-04-22)
Bug Fixes
- add tslib as peer deps (64aab84)
- audit dependencies (0952051)
- cron: execution time column type (8053e48)
- cron: prevent run task without assign node id (a6428c8)
- deps vulnerabilities (3b85b3e)
- deps vulnerabilities, migrate to esm release and build config (4934785)
- import files event from lib, update helpers (92886ee)
- sign out middleware, update typeorm json query, validation nested object in crud (2a0422d)
- update deps (3097548)
- update helpers (5746500)
- update helpers (d6d70a1)
- 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)
- vulnerabilities, update deps (f8d443c)
Features
- add cron authorization (aa17e6a)
- add cron tasks (baa9afe)
- bump microservices deps (#182) (c63eddc)
- cron: add task description (0ffae7e)
- cron: allow error codes (ef0b9bb)
- cron: microservice implementation (03ba6b2)
- cron: response template (1ee6e2b)
- cron: support template params (b4b54ac)
- cron: update execute time data type (#64) (412e52f)
- 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-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)