Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
6.11.7 (2025-06-04)
Bug Fixes
- proto: invoice position with valid time frame as timestamp (e913f69)
6.11.6 (2025-06-02)
Bug Fixes
6.11.5 (2025-05-23)
Bug Fixes
6.11.4 (2025-05-23)
Bug Fixes
- protos: bundle product should have valid time frame too (8670be0)
- protos: link data nodes: country, localization, timezones (fc5f226)
6.11.3 (2025-05-19)
Bug Fixes
- protos: add persistent export information (680ff84)
6.11.2 (2025-05-14)
Bug Fixes
- protos: add collection (name) to message Deleted for kafka DeletedAll event (807ca4c)
- protos: add costums declaration to fulfillment (0797faa)
- protos: fix typos in proto, load meta in acs decorater, refactor logger filePath detector (8f02eee)
6.11.1 (2025-03-31)
Bug Fixes
- proto: add layout to rendering template array (bcf636f)
- protos: rename template use-cases (0a578ac)
- protos: render response with repeated bodies (a2f4df9)
- protos: resolve enum error (22b33a1)
6.11.0 (2025-03-28)
Bug Fixes
- proto: add order history (6bce016)
- proto: add timestamps for order state changes (07abde8)
- proto: generic string for template.use_case (7163625)
- protos: add history to orders (e1991c8)
Features
- protos: adjust rendering to comply with RC message pattern (abf6d2c)
6.10.5 (2025-01-21)
Bug Fixes
- add mfa status endpoint for users (5583877)
6.10.4 (2025-01-10)
Bug Fixes
- protos: add backup and reset for totp (5a680c9)
- proto: template more use-cases (e17251f)
6.10.3 (2024-11-20)
Bug Fixes
- protos: mark ordering EvaluateFulfillment and QueryFulfillmentSolution as Query (4ab2e7e)
6.10.2 (2024-11-19)
Bug Fixes
- proto: add auto-resolver options to currency (bb20527)
6.10.1 (2024-11-13)
Bug Fixes
- proto: add required imports (b001756)
- proto: add valid time frame for products (d9561d8)
- protos: fix typo (fc450a0)
- protos: taxes add round_mode, some taxes may have special rules for rounding (3f89136)
6.10.0 (2024-11-12)
Features
- protos: add password hash history to user (f7443ab)
6.9.2 (2024-11-08)
Bug Fixes
- protos: functions besides CRUD are not allowed in standard resources (da2c384)
6.9.1 (2024-11-06)
Bug Fixes
- proto: fulfillment_product, set correct field number (70b6fb5)
- protos: add customer_order_nr to invoicing (19a14f9)
- protos: add setting resource, enrich templates (63fe572)
- protos: selectable document_ids for send (bcb2910)
- protos: shop settings intermediate (1ddefcc)
6.9.0 (2024-11-05)
Features
- protos: add totp to users (ce20a36)
6.8.12 (2024-11-04)
Bug Fixes
- protos: rename Packing --> Fulfillment (9f87591)
6.8.11 (2024-09-23)
Bug Fixes
- protos: add Deleted message to resource-base for general usage (9d1fbab)
- protos: health check should have query flag (58117a3)
- ptotos: add currency.precision i.e (-2) ==> 1.00 (ca84487)
6.8.10 (2024-08-26)
Bug Fixes
- decorator: add decorator subject resolver, add query flag to odering.evaluate (3e1064d)
- protos: flag graph traversal as query (2359c1a)
6.8.9 (2024-08-14)
Bug Fixes
- oauth: flag oauth queries, make shop domain repeatable (7d3eaac)
6.8.8 (2024-07-24)
Bug Fixes
- customer_type: move CustomerType enum to customer.proto (533a28f)
- order.proto: add customer_type and customer_vat_id (0885d85)
- order.proto: add payment_method_id (5517842)
6.8.7 (2024-05-10)
Bug Fixes
- read: set missing query flag for facade (f82bbc9)
6.8.6 (2024-05-07)
Bug Fixes
- fulfillment_courier: add credential_id (f9a4608)
- protos: notification and notification_channel proto files (a98ad17)
6.8.5 (2024-04-26)
Bug Fixes
- facade: add templates, fix rc-grpc-client generate command (a029445)
6.8.4 (2024-04-25)
Bug Fixes
- template.proto: add template resource (fdc5dc2)
- template: fix imports (a981ad3)
- templates: fix templates, add settings to customer (e726970)
6.8.3 (2024-04-23)
Bug Fixes
- acs-client: add obligations and custom-query to decorators, add pdf-rendering.proto (d84995d)
6.8.2 (2024-04-19)
Bug Fixes
- ordering: remove fulfillment state and payment state from order (73ab259)
- protos: rename State to FulfillmentState (4debc8b)
6.8.1 (2024-04-15)
Bug Fixes
- order_state: remove FAILED and INVALID from order_state (6a0c6bf)
- product: add missing imports for resolver (be68bdf)
- timezone: more information in timezone, fix invalid resolver on product.taxIds (106ef81)
6.8.0 (2024-03-05)
Features
- protos: add tax_ids to Product.Variant, parenting in Order.Items (2d66f4a)
6.7.0 (2024-01-24)
Features
6.6.0 (2024-01-10)
Features
- user.proto: add properties to UserRole (82b408c)
6.5.0 (2023-12-22)
Features
- user.proto: add properties to UserRole (82b408c)
6.4.1 (2023-11-25)
Bug Fixes
- facade: fix to send client_id in token find response(this will be persisted to DB from token payload on identity-srv) (0ebf12f)
- fulfillment.proto: references should be list (d9af066)
6.4.0 (2023-11-22)
Features
- proto: add queue name to job protos (0c09086)
6.3.0 (2023-11-22)
Bug Fixes
- added created_by field to meta of proto (3896a40)
Features
- proto: ordering-srv submit response now includes fulfillments and invoices (146dc70)
6.2.3 (2023-11-15)
Bug Fixes
- protos: changed expries_in to timestamp and regenerated schema (b519d8d)
6.2.2 (2023-11-14)
Bug Fixes
- proto: changed expires_in and last_access on token and user proto respectively to google.protobuf.Time and regenrated types and schema. (c3c4701)
6.2.1 (2023-11-01)
Bug Fixes
- protos: update order kafka topic (d302554)
6.2.0 (2023-10-14)
Bug Fixes
- proto: fix user proto (edbcd77)
- proto: update user proto to provide google protobuf any data for register request (3b2e871)
Features
- acs-decorators: add decorators for simple access control (713a464)
Reverts
- access_control.proto: revert enum order (8aaa4e6)
6.1.2 (2023-09-28)
Note: Version bump only for package @restorecommerce/protos
6.1.1 (2023-09-18)
Note: Version bump only for package @restorecommerce/protos
6.1.0 (2023-09-18)
Bug Fixes
- fulfillment_courier: shop_ids should be repeated (b9bfa2e)
- fulfillment: fix fulfillment protos (8c2ed99)
- product.proto: add missing optional modifiers in product.proto (9b85ee5)
Features
- protos: made all fields optional (09e6f94)
- regenrate rc-grpc-clients with initializeFieldsAsUndefined as false and fixed facade typings (685d9b5)
6.0.0 (2023-08-01)
Bug Fixes
- fulfillment, order, price, product, shop: fix missing resolvers, enum style guide, naming (103172c)
BREAKING CHANGES
- fulfillment, order, price, product, shop: changes in product require adjustments in example data
5.0.1 (2023-07-25)
Bug Fixes
- fulfillment_product: productQueryList uses reference_id:string instead of reference:Reference (278afa8)
5.0.0 (2023-07-21)
Bug Fixes
- invoice: fix misstyped import, regenerate types (88fe1fd)
- product, invoice: add and use Properties in Product and Invoice (ecd5a01)
BREAKING CHANGES
- product, invoice: Code and data regarding to Attibutes in Product and Invoice must be fixed
4.2.0 (2023-07-21)
Features
- protos: add property type (397aaaa)
- protos: updated property proto for capital case and removed unused proto messages (c185814)
- rc-grpc-clients, facade: regnerated typings due to changes in proto files (df3f100)
4.1.1 (2023-07-12)
Bug Fixes
- fulfillment, invoice, organization.proto: fix typos in invoice, fulfillment and organization (8d64222)
4.1.0 (2023-07-11)
Bug Fixes
- timestamps: fix invoice date type by timestamp, add payment_details to invoice trigger request (139ab69)
Features
- invoicing: invoicing supports FulfillmentProducts (d0684cf)
4.0.1 (2023-06-29)
Bug Fixes
- protos: Make name, email and password mandatory for register request (64165c1)
4.0.0 (2023-06-28)
Bug Fixes
- correct protos, facade calls, apollo route (ff52c38)
- fix orga: fix numbers in orga (72c3885)
- fulfillment.proto: use Price everywhere (c2a2cb5)
- fulfillment: fix type errors (615ab2c)
Features
- currency.proto: add currency proto, update invoice.proto (988d161)
- invoice.proto: adjust invoice.proto to ordering-srv and fulfillment-srv (71ee108)
- invoice: support multiple orders and fulfillments per invoice (e2092a0)
- shop.proto: add shop.proto, remove double addresses and more (a872677)
BREAKING CHANGES
- invoice: invoice has repeated references
- fulfillment.proto: ordering, fulfillment, invoice
- currency.proto: Significant changes in Invoice
- invoice.proto: The invoicing-srv must be refactored!
- shop.proto: significant changes in product.proto, order, organization, invoice, tax_type,
fulfillment, customer, contact_point
3.1.2 (2023-06-16)
Note: Version bump only for package @restorecommerce/protos
3.1.1 (2023-06-14)
Note: Version bump only for package @restorecommerce/protos
3.1.0 (2023-06-02)
Features
3.0.1 (2023-05-29)
Bug Fixes
- protos: pluralize rendering proto (f1f2afa)
3.0.0 (2023-05-22)
Bug Fixes
- address, fulfillment, product: fix naming and complete fulfillment calls (5c720e6)
- facade: renamed service in protos and removed service names options from proto files, fixed typing issues. (25a24f0)
- generated src: re-generate ts.prototypes after merge! (46d9f26)
- protos: Added optional fields for request object (e1374fd)
- protos: Added optional fields for request object (ba0f6bb)
- protos: removed self reference Attribute from proto file (4346cc5)
- protos: restore nested attribute as its referenced in obligation masked properties in ACS (d6536f9)
- rc-grpc-clients, facade: WIP optional fields (98f0977)
- Feature/product appendix (#48) (cb00636), closes #48
- Integration (rebased) (#47) (718fa5f), closes #47
BREAKING CHANGES
- Fixing service names, remove Identifier, add autoresolvers
commit 29d59c01a8114e2525101432649dcf2130e4c285
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 14:11:26 2023 +0200
fix package.json typo
commit 1b6cf98744114f7597e1e251860c5c6665225693
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 14:04:48 2023 +0200
remove experimental index.ts for generated code
commit f3ef433341cbf757945f2380620e21463a345f9b
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 14:04:06 2023 +0200
remove experimental index.ts for generated code
commit 0d9949dab1c6f577100ab0a18f32174ecfa76580
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 13:55:50 2023 +0200
order CancelRequestList not required
commit 0379566af99f2e4eed1c843b7d622a20adc1777b
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 13:03:08 2023 +0200
regenerate prototypes
commit efe2c06a323b99471c69f04d2e05cfc4e85bb3ff
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 13:03:08 2023 +0200
feat(fulfillment, ordering and products): finalization of protos for fulfillment and ordering
Refactoreing of Product, Fulfillment, Ordering and Address Protos for a successful integration of
all services.
- Products now differentiate to physical or virtual nature
commit 426e85a5782e7138b8d8c9ab61e9184be3c0f309
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 13:03:08 2023 +0200
protos before merge
commit 504707f08a6f18bf4d081e4880c6cd2d7556d018
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 13:03:08 2023 +0200
remove experimental units
commit 4880826237c0c14bf63feee427d0e066c21176b0
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 13:03:08 2023 +0200
units!
commit fef2fc9542d465d9c92cfa1ffedcd4b374f052b0
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 13:03:08 2023 +0200
generate rc-grpc-client form local protos
commit 70e72a1631662485d1a32bf9fc8da1b6c9d0039b
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 13:03:08 2023 +0200
reverse ServiceImplementation to ServiceServiceImplementation, regenerate client and server source
commit ff3def942963747dcf82a24422a98a9833744573
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 13:02:03 2023 +0200
merge master into integration
commit b520dba15d31b958edc30b7c912edcaa5e644e8c
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:59:26 2023 +0200
feat(virtual and physical products): virtual and Physical Products
Products are now differentiated as virtual or physical products by a oneof in product.nature
- Variants of the product are now in product.nature.physical.variants, for virual
likewise
commit 736427b382d30434b7e7c5729817c8ecd6905e8c
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:57:44 2023 +0200
fix rebase mistakes
commit 700cba9f3cedcecdf74572c738d636974e705bc4
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:57:44 2023 +0200
feat(fulfillment-srv, ordering-srv): integration
Adjustments of protos for fulfillment, ordering and products according to system integration
- Significant changes of naming and structure in proto files
commit 72c6103cef3eac64bfb7df9dfbe7ea673f7b5ec5
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:57:44 2023 +0200
integration
commit 2a9f2411e299248d83ce59b599a79c4780c78dbf
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:52:32 2023 +0200
refinement order.proto and fulfillment.proto for integration tests
commit 79d7f5d249b41fce93083cea36220efa8a82a43b
Author: Thomas Hoppe thomas.hoppe@n-fuse.co
Date: Thu May 4 12:52:32 2023 +0200
merge
commit fdc1cceaf347b6cccf9ce6ad3f53ac94662957a8
Author: Martin martin.yankov@n-fuse.co
Date: Thu May 4 12:42:45 2023 +0200
fix: failed unit tests
commit 35baca9dd7860cc7f3695a7b875ae082293644c3
Author: Martin martin.yankov@n-fuse.co
Date: Thu May 4 12:42:45 2023 +0200
add new line
commit b6a2e5cacd72c76b40fe04402db39e678d945d8d
Author: Martin martin.yankov@n-fuse.co
Date: Thu May 4 12:42:45 2023 +0200
removed: unnused packages
commit f38eab382fc437199ba738e5a4e49d6ccc775a14
Author: Martin martin.yankov@n-fuse.co
Date: Thu May 4 12:42:45 2023 +0200
removed: getTokenForRequest
commit c78bc1bdc05373196be540c1d39c287b3614c7b7
Author: Martin martin.yankov@n-fuse.co
Date: Thu May 4 12:42:45 2023 +0200
fixed: unknown type error
commit 1a35d3f9512e04c6a046f8fdcc819badf8f20abc
Author: Martin martin.yankov@n-fuse.co
Date: Thu May 4 12:42:45 2023 +0200
koaMiddleware
commit 6dfa4c597d2c0ed8e2155952f7f7e423ec03d001
Author: Martin martin.yankov@n-fuse.co
Date: Thu May 4 12:42:45 2023 +0200
changes for ApolloServer 4 migration
commit d3a828f5529f77901ba30ca1379a742b5b95aed0
Author: Martin martin.yankov@n-fuse.co
Date: Thu May 4 12:42:45 2023 +0200
chore: upgrade Apollo Server 4
commit b78164619c185b695fdf95104799f294d76939a4
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:37:51 2023 +0200
regenerate rc-qrpc-client
commit 98933a41c1844de517baea5099afe95794445652
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:34:56 2023 +0200
feat(fulfillment-srv, ordering-srv): integration
Adjustments of protos for fulfillment, ordering and products according to system integration
- Significant changes of naming and structure in proto files
commit 9d52ddcc030c67f620649d823748dbf2c846d798
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:33:51 2023 +0200
integration
commit 033e6dd6f9e4f3809100bd50843393b8d4bce8f2
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:30:13 2023 +0200
fulfillment protos final
commit 324e81a5bf20176801a679a19a8f120c581bd23e
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:30:13 2023 +0200
fulfillment protos final?
commit 3352058e9a62c3fbd1104b69bfb9fbdd5e2670ec
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:25:57 2023 +0200
persistent address
commit 14dab0e4bfd6a17af2b45f0be6a8e1719f0370b8
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:24:21 2023 +0200
oneof resolver
commit 22eca03374745b73f1a26b94d1d5dd09e87e27cb
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:22:53 2023 +0200
add submit fulfillment
commit 1a626529635f6167f8519e07208ec1ccdae34e33
Author: Gerald Baulig gerald.baulig@n-fuse.co
Date: Thu May 4 12:17:55 2023 +0200
refinement order.proto and fulfillment.proto for integration tests
- refactor(rename productappendix to file): rename productApenndix to file
ProductAppendix -> File
- fix(product.proto): import file.proto
import file.proto
Significant changes of naming and structure in proto files
regenerate rc-qrpc-client
chore: upgrade Apollo Server 4
changes for ApolloServer 4 migration
koaMiddleware
fixed: unknown type error
removed: getTokenForRequest
removed: unnused packages
add new line
fix: failed unit tests
merge
refinement order.proto and fulfillment.proto for integration tests
integration
feat(fulfillment-srv, ordering-srv): integration
Adjustments of protos for fulfillment, ordering and products according to system integration
Products are now differentiated as virtual or physical products by a oneof in product.nature
Variants of the product are now in product.nature.physical.variants, for virual
likewise
merge master into integration
reverse ServiceImplementation to ServiceServiceImplementation, regenerate client and server source
generate rc-grpc-client form local protos
units!
remove experimental units
protos before merge
feat(fulfillment, ordering and products): finalization of protos for fulfillment and ordering
Refactoreing of Product, Fulfillment, Ordering and Address Protos for a successful integration of
all services.
- Products now differentiate to physical or virtual nature
regenerate prototypes
order CancelRequestList not required
remove experimental index.ts for generated code
remove experimental index.ts for generated code
fix package.json typo
2.0.2 (2022-11-16)
Bug Fixes
2.0.1 (2022-10-14)
Bug Fixes
- protos: fix fullfillment product for missing import and commented address (does not exist) (5780cb2)
2.0.0 (2022-10-12)
Code Refactoring
- protos: refactor protos for fulfillment-srv, ordering-srv, ready for migration tests (bf8bfd3)
BREAKING CHANGES
- protos: Address has new fields. Compatiblity must be checked.
1.1.0 (2022-10-04)
Bug Fixes
- protos: added timezone on Job cron repeat options. (d25a5c0)
- protos: restore subject id for auth subject (150e663)
Features
- facade: add subscriptions (d9006e9)
1.0.0 (2022-08-25)
Features
- move to fully typed grpc client and server (aeee2f2)
0.7.2 (2022-06-14)
Bug Fixes
- remove optional from protos (dee7264)
0.7.1 (2022-06-14)
Bug Fixes
- change semicolon to comma in options (9e4b9e1)
0.7.0 (2022-06-10)
Bug Fixes
- fix merge issues (cc37d83)
- protos: include resolved fields in imports (a2289e6)
Features
- facade: support nested resolvers from proto options (d319a5b)
0.6.9 (2022-05-09)
Bug Fixes
- protos: add get token grpc endpoint to oauth (965701b)
0.6.8 (2022-04-25)
Bug Fixes
- protos: updated user proto read rpc to return the Roles associated with the user (ce87ee1)
0.6.7 (2022-04-20)
Note: Version bump only for package @restorecommerce/protos
0.6.6 (2022-04-05)
Note: Version bump only for package @restorecommerce/protos
0.6.5 (2022-03-29)
Bug Fixes
- protos: updated invoice proto (c927dae)
0.6.4 (2022-02-22)
Bug Fixes
- protos: add token to code exchange (9c17cb6)
0.6.3 (2022-02-14)
Bug Fixes
- protos: added data field for user and created time stamp for role associations (cf14968)
- protos: fix auth proto (b5e7f41)
0.6.0 (2022-02-09)
Bug Fixes
- protos: added type for location (d332fdd)
- protos: removed children_ids for location proto (4908e7c)
- protos: up organization proto to remove children_ids (b0b8741)
Features
0.5.0 (2022-01-28)
Bug Fixes
- fix generated interfaces: convert snake_case to camelcase: snake_case to camelCase (bf78c27)
Features
- add protos for fulfillment-product solution proposals: packsol (ce6f78f)
BREAKING CHANGES
- add protos for fulfillment-product solution proposals: fulfillment.proto, fulfillment-courier.proto and fulfillment-product.proto have
changed completely
0.4.11 (2021-12-09)
Bug Fixes
- protos: updated access_control proto to include
obligation
in isAllowed and whatIsAllowed response. (c2af601)
0.4.10 (2021-12-06)
Bug Fixes
- protos: fixed import and reference errors (6efb6b1)
- protos: updated graph proto to include operation status (dcf0a39)
0.4.9 (2021-11-08)
Bug Fixes
- protos: rename sourcePath to sourceObject for Move api (11c5049)
0.4.8 (2021-11-05)
Bug Fixes
- protos: fix move response (c6c16c1)
- protos: updated ostorage protos listRequest adding max_keys and prefix, added move api (9854365)
0.4.7 (2021-10-25)
Bug Fixes
- protos: restructured payment proto (b5a8703)
0.4.6 (2021-10-19)
Bug Fixes
- protos: updated context query filters (0ae3bd8)
0.4.5 (2021-10-07)
Bug Fixes
- protos: Added ACL property for meta object and subject for OStorage Message (d97b2f3)
0.4.4 (2021-08-23)
Bug Fixes
- protos: updated ostorage protos with status and operation_status (cc48214)
0.4.3 (2021-08-03)
Bug Fixes
- comment test proto (9ee91c4)
- up githead for acs-client, protos, facade (6a50326)
- up version to detech changes (b8c0517)
- updated githead (2904d30)
0.4.2 (2021-08-03)
Bug Fixes
- acs-client: return operation_status for read operations (32b96fb)
- protos: fix find and findByRole for user proto (e0cebb3)
- protos: fix Register, login and findByToken response message (472d878)
- protos: removed unused protos (c3b54c0)
- protos: up IDS RPC's to include status response and added statusObj (5b525ab)
- rc-grpc-clients: generated grpc-clients for updated protos (0fdf4bb)
0.4.1 (2021-05-31)
Note: Version bump only for package @restorecommerce/protos
0.4.0 (2021-05-28)
chore
BREAKING CHANGES
0.3.3 (2021-05-25)
Note: Version bump only for package @restorecommerce/protos
0.3.2 (2021-05-24)
Note: Version bump only for package @restorecommerce/protos
0.3.1 (2021-02-24)
Note: Version bump only for package @restorecommerce/protos
0.3.0 (2021-02-24)
Features
- introduce facade/grpc-client/rc-grpc-clients/gen-gql-schema + migrate logger/service-config (99a5375)
0.0.22 (March 4th, 2021)
- updated job proto to introduce job identifier for Job options and repeat options
0.0.21 (February 24th, 2021)
- add
OstorageMessage
to ostorage.proto
0.0.20 (January 21st, 2021)
- rename
notification.proto
to notification_req.proto
as this is being
required for the notification resource.
- add
notification_channel.proto
and notification.proto
0.0.19 (January 19th, 2021)
- added
sendActivationEmail
to resend registration emails
0.0.18 (January 19th, 2021)
- changed the input field to
identifier
to support both user-name and email for all operations from id
.
0.0.17 (December 4th, 2020)
- moved last_login from user proto to token proto
0.0.16 (November 22nd, 2020)
- added role_associations and HR scopes to subject
0.0.15 (November 18th, 2020)
- removed duplicate field from graph proto
0.0.14 (November 18th, 2020)
- updated graph proto to rename vertex fields
- updated user proto to remove populateRoleAssocCache rpc, updated token proto to remove findByUid and findByuserCode, added token_type to Tokens and moved HRScopeReq and Response from user proto to auth proto
- added interactive flag for tokens
- up token type and expires in fields to match oidc keys
0.0.13 (October 30th, 2020)
- removed ApiKey from oneof authorization for requests and restructured subject
0.0.12 (October 14th, 2020)
- updated ostorage proto to include data (google.protobuf.any) in options
- update rule and policy proto with field evaluation_cacheable
0.0.11 (October 3rd, 2020)
- restructuring of user proto
0.0.10 (October 2nd, 2020)
- restructuring of protos (auth, tokens, attributes)
- added token and authenticaion_log proto
- updated user proto to include last_login and last_access
0.0.9 (September 9th, 2020)
- updated all protos to include subject in request
- updated user proto to include subject, tokens and HR scope request
0.0.8 (June 18th, 2020)
- added copy operation for ostorage-srv
0.0.7 (June 16th, 2020)
- added subject_id for job protos
0.0.6 (June 10th, 2020)
- added sendInvitation rpc for user proto
- updates for fulfillment proto
0.0.5 (April 16th, 2020)
- added tags option to ostorage proto
0.0.4 (April 1st, 2020)
- added download option to ostorage proto
0.0.3 (March 24th, 2020)
- updated ostorage protos to include encoding and content options
- updates for payment proto
0.0.2 (February 10th, 2020)
Updated user proto to include auth_context and roles proto to include assignable_by_roles
field
0.0.1 (January 29th, 2020)
Initial share