Skip to content

Releases: windingtree/lpms-server

v2.0.0

07 Jun 10:59
1c500d0

Choose a tag to compare

2.0.0 (2022-06-07)

Bug Fixes

Code Refactoring

  • πŸ’‘ space availability repository (1b68350)

Documentation

  • ✏️ storage schema (18ff57d), closes #13

Features

  • refactor SpaceSearchService.ts (afedad9)
  • 🎸 Added API endpoint for getting of modifiers (e8f83b5), closes #18
  • 🎸 Added endpoint for modifier adding to the facility (1a9566d), closes #18
  • 🎸 Added endpoint for modifiers removal (8a9c602), closes #18
  • 🎸 Added enpoint for adding modifier to the item (7651648), closes #18
  • 🎸 Added Facility and Items modfier repositories (a62fc28), closes #18
  • 🎸 refactor FacilityService.ts and UserService.ts (a564a5a)
  • 🎸 refactor TokenService.ts (c825051)
  • 🎸 stubs connectors (1708e8c), closes #16
  • all database implementation from schema (79fb7dd)
  • all database implementation from schema (c0d5f91)
  • rates repository (f8ce8f1)
  • refactor DRY stubs and modifiers (75383bb)
  • rules repository (59464b0)
  • rules repository fix naming (cce1b2d)

BREAKING CHANGES

  • 🧨 metadata keys for spaces are changed
  • 🧨 Discrete daily override does NOT only increment numSpaces

v1.2.0

06 Jun 05:20

Choose a tag to compare

1.2.0 (2022-06-06)

Bug Fixes

  • πŸ› fixed numSpaces wrong type error (6bd0f0a)

Features

  • 🎸 Added new endpoints for getting/adding of availability (c0c6f3f)

v1.1.0

03 Jun 12:28

Choose a tag to compare

1.1.0 (2022-06-03)

Features

  • lpms-server: add search space service and (889337f)

v1.0.0

03 Jun 10:14

Choose a tag to compare

1.0.0 (2022-06-03)

Bug Fixes

  • πŸ› added PORT env variable; fixes CI tests workflow (2b86d18)
  • πŸ› eof new line (c14178e)
  • πŸ› eof whitespace (5985157)
  • πŸ› eof whitespace (9dccb07)
  • πŸ› export pii eip712 types (7f0d3fa)
  • πŸ› fixed lint errors (0f09537)
  • πŸ› fixed testing environment (1c87fe8)
  • πŸ› Fixed typescript build (295eddc)
  • πŸ› lint (6467148)
  • πŸ› lint (3d87ef9)
  • πŸ› missing currency code and remove proto exports (91f5919)
  • πŸ› mkdir creates parents as well (bcc2561)
  • πŸ› stays stubstorage protobuf (851865e)
  • πŸ› update example storage protobuf (3b20eee)
  • πŸ› update imports (dc5c0d6)
  • πŸ› version mismatch and protobuf package (705bf5e)
  • fix merge conflict (83c8eb2)
  • fixed dispatch workflow (abf132f)
  • lpms-cli: added publishConfig option to the package json (39616ed)
  • lpms-cli: CLI package is public now (a2d6618)
  • lpms-cli: fixed type (c136a6f)
  • lpms-cli: updated dispatch workflow (b9a84a6)
  • lpms-server: added missed verifyingContract property to the typed data config (7e27f70)
  • lpms-server: fix eslint warnings (50c112a)
  • lpms-server: fix typo in docs (4698d3f)
  • lpms-server: fixed error when working with compressed metadata (ce33a87)
  • lpms-server: fixes from comments (bce4732)
  • lpms-server: improve create api validation (23307f3)
  • stays: components cleaning (f14f78b)
  • stays: fixed metamask popup does not open (7bab49e)
  • yarn start, build fixes (300f738)

chore

  • πŸ€– version bump and deps cleanup (2c3a9ae)

Features

  • 🎸 add currency field (34a517d)
  • 🎸 brotli compression, esm and opt signatures (e72df8d)
  • 🎸 contact information (facility and personal) (f335dc6), closes #88 #71
  • 🎸 lpms database protobufs (42014c3)
  • 🎸 lpms server initial commit (9e75937), closes #41
  • 🎸 pii exchange protocol (b24ad03)
  • 🎸 stays data protobufs (c1272fa)
  • added stays package for the Stays web application (8c525b5)
  • added CONTRIBUTING.md (6cc3bf6)
  • deploy to heroku (ce33177)
  • Initial commit. Added lpms-web package with Waku hooks (b0c77e9)
  • lpms-cli: added --update option to the "sp" command; Allows to update the dataURI of the service provider (a63c9f9)
  • lpms-cli: added "addresses" command (8808a6b)
  • lpms-cli: added "storgae" command (9158798)
  • lpms-cli: added "wallet" command (bc7df1f)
  • lpms-cli: added lpms-cli package (44bc77b)
  • lpms-cli: added default account idex confgiration (6b82ab2)
  • lpms-cli: added export of public and private keys to the command wallet (f0f2613)
  • lpms-cli: added feature to switch off profile data compression (479d6a9)
  • lpms-cli: added loading spinner to async commands (94a0a64)
  • lpms-cli: added sp --reset option (a2ec37a)
  • lpms-cli: added utility for unsigned metadata file creation (881fc68)
  • lpms-cli: better service provider info; Updated docs (f85d8f4)
  • lpms-cli: implemented "config" and "login" commands to the CLI (44ac32c)
  • lpms-cli: implemented build with webpack (4c4a4a4)
  • lpms-cli: implemented local service provider Id generation (6a22d81)
  • lpms-cli: service provider registration feature (35043dc)
  • lpms-cli: updated README.md, added information about "addresses" and "storage" commands (0f037a0)
  • lpms-server: abstract Algorithm for search available spaces in facility (a061ee7)
  • lpms-server: add connectors for DBs (f83b926)
  • lpms-server: add debug logger and debug mode (58b6913)
  • lpms-server: add prometheus metrics (2747536)
  • lpms-server: add refreshToken available in the login response (660b685)
  • lpms-server: add update user api (password, roles) ([6006686](6006686...
Read more