All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.1.0 (2025-02-28)
6.0.0 (2025-02-27)
- enhance measurement entropy (2c1f4ca)
6.0.0 (2025-02-27)
- add token flow and secure measurements
- add token flow and secure measurements (e7ba3e1)
5.0.3-2 (2025-02-26)
5.0.3-1 (2025-02-26)
5.0.3-0 (2025-02-26)
5.0.2 (2025-02-13)
5.0.1 (2025-02-13)
5.0.2 (2025-02-13)
5.0.1 (2025-02-13)
5.0.0 (2025-02-13)
5.0.0-0 (2025-02-13)
- update push workflow to specify library path for publishing
- update push workflow to specify library path for publishing (855dcfd)
4.10.0-28 (2025-02-13)
4.10.0-27 (2025-02-13)
4.10.0-26 (2025-02-13)
4.10.0-25 (2025-02-12)
4.10.0-24 (2025-02-10)
4.10.0-23 (2025-02-07)
4.10.0-22 (2025-02-05)
4.10.0-21 (2025-02-05)
4.10.0-20 (2025-02-05)
4.10.0-19 (2025-01-30)
4.10.0-18 (2025-01-30)
4.10.0-17 (2025-01-30)
4.10.0-16 (2025-01-29)
4.10.0-15 (2025-01-29)
4.10.0-14 (2025-01-29)
4.10.0-13 (2025-01-29)
4.10.0-12 (2025-01-29)
4.10.0-11 (2025-01-29)
4.10.0-10 (2025-01-28)
4.10.0-9 (2025-01-28)
4.10.0-8 (2025-01-28)
4.10.0-7 (2025-01-28)
4.10.0-6 (2025-01-28)
4.10.0-5 (2025-01-28)
4.10.0-4 (2025-01-28)
4.10.0-3 (2025-01-28)
4.10.0-2 (2025-01-28)
- add new UrpImpPrime messages and update token.proto for signature and AES key sizes (d90f4ae)
- add token and storage (d50a383)
- add UrpErrorCode enum to define error types in UrpMessageHeader (8838bcf)
- add check for protoc-gen-js before building node library (2a532db)
- add glob dependency to package.json (f10ecd0)
- add installation of protoc from source in setup-proto-tools action (1cc0fbb)
- add installation step for protobufjs in setup-proto-tools action (b0348fc)
- add new token commands in multiple packages (b8694b0)
- add packages (f617c0d)
- add params to prime (3a91f18)
- add pip show commands for installed packages in setup-proto-tools action (8a7417d)
- add protoc-gen-js version check and update pnpm-lock.yaml (9267c1b)
- add Python setup step in setup-proto-tools action (f298907)
- add version check step in push workflow for protobuf and related tools (6d69746)
- add yaml and glob packages installation in setup-proto-tools action (ec50df9)
- correct command syntax in Makefile for building node library (76117b4)
- enhance version checks in push workflow for Python, JavaScript, and Dart tools (77d9a92)
- fix length for bytes signature (5ae59ce)
- move Node.js setup and dependency installation to workflow file (1430b73)
- moved to byte signature (7d15e51)
- relocate version check to workflow and remove from action (57feb28)
- remove protobufjs installation step from setup-proto-tools action (9f342d2)
- remove protobufjs version check from Makefile (8af5190)
- remove redundant command in Makefile for building node library (4a7847a)
- remove redundant PATH setup and verify protoc-gen-js version in setup-proto-tools action (25ad24d)
- remove unnecessary make command from nanopb installation in setup-proto-tools action (e4f5531)
- remove unused dependencies and clean up pnpm-lock.yaml (5d5583c)
- remove version check steps from workflows and update package.json to include protoc-gen-js (8bf5e43)
- replace Node.js setup and dependency installation with protoc setup in workflow (6dc39e2)
- specify bash shell for commands in setup-proto-tools action (f23ffd3)
- streamline NPM setup and installation in workflow actions (f2161c6)
- streamline protobuf installation and add version check in setup-proto-tools action (c53376a)
- update Dart protoc plugin version to 21.1.2 in action.yml and Makefile (953ba0f)
- update dependency installation in workflow to use local packages for yaml and glob (8202c08)
- update GitHub Actions workflow to set up Node.js and install dependencies, and modify Makefile for protoc-gen-js version check (b480702)
- update GitHub Actions workflow to use actions/setup-node for Node.js setup and streamline dependency installation (bd62315)
- update google-protobuf and protobufjs versions in package.json and pnpm-lock.yaml (8dacc21)
- update installation command for protoc-gen-js and adjust version check in Makefile (bac70e0)
- update js package installation to list all installed packages in setup-proto-tools action (8b70fc1)
- update js package installation to set PATH in GitHub environment (db72bd0)
- update js package installation to use pnpm bin for PATH in GitHub environment (158f239)
- update Makefile to check global protoc-gen-js version for consistency (06c5839)
- update npm version check command in push workflow for protobufjs (3346656)
- update package versions to 2.4.2 and enhance version checks in workflows (f7a1619)
- update protoc and protobuf versions in setup-proto-tools action (6ef1528)
- update required protobuf version to 5.29.1 in Makefile (974ac46)
- update setup-proto-tools action to include oidc-token input and adjust package installations (b70a892)
- update setup-proto-tools action to install protoc and nanopb from source (b4c9b5f)
- update setup-proto-tools action to install protoc and protobuf from source (ddbcbb8)
- update setup-proto-tools action to use pnpm for package installation and remove redundant NPM setup steps from workflows (b2521e3)
- update version check commands in workflows to use multi-line syntax (7db4522)
- update version check for protoc-gen-js in setup-proto-tools action (78f349c)
- update version to 2.4.2 and adjust message sizes in URP types (45877d3)
4.10.0-1 (2025-01-28)
- add new UrpImpPrime messages and update token.proto for signature and AES key sizes (d90f4ae)
- add token and storage (d50a383)
- add UrpErrorCode enum to define error types in UrpMessageHeader (8838bcf)
- add check for protoc-gen-js before building node library (2a532db)
- add glob dependency to package.json (f10ecd0)
- add installation of protoc from source in setup-proto-tools action (1cc0fbb)
- add installation step for protobufjs in setup-proto-tools action (b0348fc)
- add new token commands in multiple packages (b8694b0)
- add packages (f617c0d)
- add params to prime (3a91f18)
- add pip show commands for installed packages in setup-proto-tools action (8a7417d)
- add protoc-gen-js version check and update pnpm-lock.yaml (9267c1b)
- add Python setup step in setup-proto-tools action (f298907)
- add version check step in push workflow for protobuf and related tools (6d69746)
- add yaml and glob packages installation in setup-proto-tools action (ec50df9)
- correct command syntax in Makefile for building node library (76117b4)
- enhance version checks in push workflow for Python, JavaScript, and Dart tools (77d9a92)
- fix length for bytes signature (5ae59ce)
- move Node.js setup and dependency installation to workflow file (1430b73)
- moved to byte signature (7d15e51)
- relocate version check to workflow and remove from action (57feb28)
- remove protobufjs installation step from setup-proto-tools action (9f342d2)
- remove protobufjs version check from Makefile (8af5190)
- remove redundant command in Makefile for building node library (4a7847a)
- remove redundant PATH setup and verify protoc-gen-js version in setup-proto-tools action (25ad24d)
- remove unnecessary make command from nanopb installation in setup-proto-tools action (e4f5531)
- remove unused dependencies and clean up pnpm-lock.yaml (5d5583c)
- remove version check steps from workflows and update package.json to include protoc-gen-js (8bf5e43)
- replace Node.js setup and dependency installation with protoc setup in workflow (6dc39e2)
- specify bash shell for commands in setup-proto-tools action (f23ffd3)
- streamline NPM setup and installation in workflow actions (f2161c6)
- streamline protobuf installation and add version check in setup-proto-tools action (c53376a)
- update Dart protoc plugin version to 21.1.2 in action.yml and Makefile (953ba0f)
- update dependency installation in workflow to use local packages for yaml and glob (8202c08)
- update GitHub Actions workflow to set up Node.js and install dependencies, and modify Makefile for protoc-gen-js version check (b480702)
- update GitHub Actions workflow to use actions/setup-node for Node.js setup and streamline dependency installation (bd62315)
- update google-protobuf and protobufjs versions in package.json and pnpm-lock.yaml (8dacc21)
- update installation command for protoc-gen-js and adjust version check in Makefile (bac70e0)
- update js package installation to list all installed packages in setup-proto-tools action (8b70fc1)
- update js package installation to set PATH in GitHub environment (db72bd0)
- update js package installation to use pnpm bin for PATH in GitHub environment (158f239)
- update Makefile to check global protoc-gen-js version for consistency (06c5839)
- update npm version check command in push workflow for protobufjs (3346656)
- update package versions to 2.4.2 and enhance version checks in workflows (f7a1619)
- update protoc and protobuf versions in setup-proto-tools action (6ef1528)
- update required protobuf version to 5.29.1 in Makefile (974ac46)
- update setup-proto-tools action to include oidc-token input and adjust package installations (b70a892)
- update setup-proto-tools action to install protoc and nanopb from source (b4c9b5f)
- update setup-proto-tools action to install protoc and protobuf from source (ddbcbb8)
- update setup-proto-tools action to use pnpm for package installation and remove redundant NPM setup steps from workflows (b2521e3)
- update version check commands in workflows to use multi-line syntax (7db4522)
- update version check for protoc-gen-js in setup-proto-tools action (78f349c)
- update version to 2.4.2 and adjust message sizes in URP types (45877d3)
4.10.0-0 (2025-01-28)
- add new UrpImpPrime messages and update token.proto for signature and AES key sizes (d90f4ae)
- add token and storage (d50a383)
- add UrpErrorCode enum to define error types in UrpMessageHeader (8838bcf)
- add check for protoc-gen-js before building node library (2a532db)
- add glob dependency to package.json (f10ecd0)
- add installation of protoc from source in setup-proto-tools action (1cc0fbb)
- add installation step for protobufjs in setup-proto-tools action (b0348fc)
- add new token commands in multiple packages (b8694b0)
- add packages (f617c0d)
- add params to prime (3a91f18)
- add pip show commands for installed packages in setup-proto-tools action (8a7417d)
- add protoc-gen-js version check and update pnpm-lock.yaml (9267c1b)
- add Python setup step in setup-proto-tools action (f298907)
- add version check step in push workflow for protobuf and related tools (6d69746)
- add yaml and glob packages installation in setup-proto-tools action (ec50df9)
- correct command syntax in Makefile for building node library (76117b4)
- enhance version checks in push workflow for Python, JavaScript, and Dart tools (77d9a92)
- fix length for bytes signature (5ae59ce)
- move Node.js setup and dependency installation to workflow file (1430b73)
- moved to byte signature (7d15e51)
- relocate version check to workflow and remove from action (57feb28)
- remove protobufjs installation step from setup-proto-tools action (9f342d2)
- remove protobufjs version check from Makefile (8af5190)
- remove redundant command in Makefile for building node library (4a7847a)
- remove redundant PATH setup and verify protoc-gen-js version in setup-proto-tools action (25ad24d)
- remove unnecessary make command from nanopb installation in setup-proto-tools action (e4f5531)
- remove unused dependencies and clean up pnpm-lock.yaml (5d5583c)
- remove version check steps from workflows and update package.json to include protoc-gen-js (8bf5e43)
- replace Node.js setup and dependency installation with protoc setup in workflow (6dc39e2)
- specify bash shell for commands in setup-proto-tools action (f23ffd3)
- streamline NPM setup and installation in workflow actions (f2161c6)
- streamline protobuf installation and add version check in setup-proto-tools action (c53376a)
- update Dart protoc plugin version to 21.1.2 in action.yml and Makefile (953ba0f)
- update dependency installation in workflow to use local packages for yaml and glob (8202c08)
- update GitHub Actions workflow to set up Node.js and install dependencies, and modify Makefile for protoc-gen-js version check (b480702)
- update GitHub Actions workflow to use actions/setup-node for Node.js setup and streamline dependency installation (bd62315)
- update google-protobuf and protobufjs versions in package.json and pnpm-lock.yaml (8dacc21)
- update installation command for protoc-gen-js and adjust version check in Makefile (bac70e0)
- update js package installation to list all installed packages in setup-proto-tools action (8b70fc1)
- update js package installation to set PATH in GitHub environment (db72bd0)
- update js package installation to use pnpm bin for PATH in GitHub environment (158f239)
- update Makefile to check global protoc-gen-js version for consistency (06c5839)
- update npm version check command in push workflow for protobufjs (3346656)
- update package versions to 2.4.2 and enhance version checks in workflows (f7a1619)
- update protoc and protobuf versions in setup-proto-tools action (6ef1528)
- update required protobuf version to 5.29.1 in Makefile (974ac46)
- update setup-proto-tools action to include oidc-token input and adjust package installations (b70a892)
- update setup-proto-tools action to install protoc and nanopb from source (b4c9b5f)
- update setup-proto-tools action to install protoc and protobuf from source (ddbcbb8)
- update setup-proto-tools action to use pnpm for package installation and remove redundant NPM setup steps from workflows (b2521e3)
- update version check commands in workflows to use multi-line syntax (7db4522)
- update version check for protoc-gen-js in setup-proto-tools action (78f349c)
- update version to 2.4.2 and adjust message sizes in URP types (45877d3)
4.9.0 (2025-01-27)
- add new UrpImpPrime messages and update token.proto for signature and AES key sizes (d90f4ae)
- add token and storage (d50a383)
- add UrpErrorCode enum to define error types in UrpMessageHeader (8838bcf)
- add check for protoc-gen-js before building node library (2a532db)
- add glob dependency to package.json (f10ecd0)
- add installation of protoc from source in setup-proto-tools action (1cc0fbb)
- add installation step for protobufjs in setup-proto-tools action (b0348fc)
- add new token commands in multiple packages (b8694b0)
- add packages (f617c0d)
- add params to prime (3a91f18)
- add pip show commands for installed packages in setup-proto-tools action (8a7417d)
- add protoc-gen-js version check and update pnpm-lock.yaml (9267c1b)
- add Python setup step in setup-proto-tools action (f298907)
- add version check step in push workflow for protobuf and related tools (6d69746)
- add yaml and glob packages installation in setup-proto-tools action (ec50df9)
- correct command syntax in Makefile for building node library (76117b4)
- enhance version checks in push workflow for Python, JavaScript, and Dart tools (77d9a92)
- fix length for bytes signature (5ae59ce)
- move Node.js setup and dependency installation to workflow file (1430b73)
- moved to byte signature (7d15e51)
- relocate version check to workflow and remove from action (57feb28)
- remove protobufjs installation step from setup-proto-tools action (9f342d2)
- remove protobufjs version check from Makefile (8af5190)
- remove redundant command in Makefile for building node library (4a7847a)
- remove redundant PATH setup and verify protoc-gen-js version in setup-proto-tools action (25ad24d)
- remove unnecessary make command from nanopb installation in setup-proto-tools action (e4f5531)
- remove unused dependencies and clean up pnpm-lock.yaml (5d5583c)
- remove version check steps from workflows and update package.json to include protoc-gen-js (8bf5e43)
- replace Node.js setup and dependency installation with protoc setup in workflow (6dc39e2)
- specify bash shell for commands in setup-proto-tools action (f23ffd3)
- streamline NPM setup and installation in workflow actions (f2161c6)
- streamline protobuf installation and add version check in setup-proto-tools action (c53376a)
- update Dart protoc plugin version to 21.1.2 in action.yml and Makefile (953ba0f)
- update dependency installation in workflow to use local packages for yaml and glob (8202c08)
- update GitHub Actions workflow to set up Node.js and install dependencies, and modify Makefile for protoc-gen-js version check (b480702)
- update GitHub Actions workflow to use actions/setup-node for Node.js setup and streamline dependency installation (bd62315)
- update google-protobuf and protobufjs versions in package.json and pnpm-lock.yaml (8dacc21)
- update installation command for protoc-gen-js and adjust version check in Makefile (bac70e0)
- update js package installation to list all installed packages in setup-proto-tools action (8b70fc1)
- update js package installation to set PATH in GitHub environment (db72bd0)
- update js package installation to use pnpm bin for PATH in GitHub environment (158f239)
- update Makefile to check global protoc-gen-js version for consistency (06c5839)
- update npm version check command in push workflow for protobufjs (3346656)
- update package versions to 2.4.2 and enhance version checks in workflows (f7a1619)
- update protoc and protobuf versions in setup-proto-tools action (6ef1528)
- update required protobuf version to 5.29.1 in Makefile (974ac46)
- update setup-proto-tools action to include oidc-token input and adjust package installations (b70a892)
- update setup-proto-tools action to install protoc and nanopb from source (b4c9b5f)
- update setup-proto-tools action to install protoc and protobuf from source (ddbcbb8)
- update setup-proto-tools action to use pnpm for package installation and remove redundant NPM setup steps from workflows (b2521e3)
- update version check commands in workflows to use multi-line syntax (7db4522)
- update version check for protoc-gen-js in setup-proto-tools action (78f349c)
- update version to 2.4.2 and adjust message sizes in URP types (45877d3)
4.8.0 (2025-01-16)
- add new UrpImpPrime messages and update token.proto for signature and AES key sizes (d90f4ae)
- add token and storage (d50a383)
- add UrpErrorCode enum to define error types in UrpMessageHeader (8838bcf)
- add check for protoc-gen-js before building node library (2a532db)
- add glob dependency to package.json (f10ecd0)
- add installation of protoc from source in setup-proto-tools action (1cc0fbb)
- add installation step for protobufjs in setup-proto-tools action (b0348fc)
- add new token commands in multiple packages (b8694b0)
- add packages (f617c0d)
- add params to prime (3a91f18)
- add pip show commands for installed packages in setup-proto-tools action (8a7417d)
- add protoc-gen-js version check and update pnpm-lock.yaml (9267c1b)
- add Python setup step in setup-proto-tools action (f298907)
- add version check step in push workflow for protobuf and related tools (6d69746)
- add yaml and glob packages installation in setup-proto-tools action (ec50df9)
- correct command syntax in Makefile for building node library (76117b4)
- enhance version checks in push workflow for Python, JavaScript, and Dart tools (77d9a92)
- fix length for bytes signature (5ae59ce)
- move Node.js setup and dependency installation to workflow file (1430b73)
- moved to byte signature (7d15e51)
- relocate version check to workflow and remove from action (57feb28)
- remove protobufjs installation step from setup-proto-tools action (9f342d2)
- remove protobufjs version check from Makefile (8af5190)
- remove redundant command in Makefile for building node library (4a7847a)
- remove redundant PATH setup and verify protoc-gen-js version in setup-proto-tools action (25ad24d)
- remove unnecessary make command from nanopb installation in setup-proto-tools action (e4f5531)
- remove unused dependencies and clean up pnpm-lock.yaml (5d5583c)
- remove version check steps from workflows and update package.json to include protoc-gen-js (8bf5e43)
- replace Node.js setup and dependency installation with protoc setup in workflow (6dc39e2)
- specify bash shell for commands in setup-proto-tools action (f23ffd3)
- streamline NPM setup and installation in workflow actions (f2161c6)
- streamline protobuf installation and add version check in setup-proto-tools action (c53376a)
- update Dart protoc plugin version to 21.1.2 in action.yml and Makefile (953ba0f)
- update dependency installation in workflow to use local packages for yaml and glob (8202c08)
- update GitHub Actions workflow to set up Node.js and install dependencies, and modify Makefile for protoc-gen-js version check (b480702)
- update GitHub Actions workflow to use actions/setup-node for Node.js setup and streamline dependency installation (bd62315)
- update google-protobuf and protobufjs versions in package.json and pnpm-lock.yaml (8dacc21)
- update installation command for protoc-gen-js and adjust version check in Makefile (bac70e0)
- update js package installation to list all installed packages in setup-proto-tools action (8b70fc1)
- update js package installation to set PATH in GitHub environment (db72bd0)
- update js package installation to use pnpm bin for PATH in GitHub environment (158f239)
- update Makefile to check global protoc-gen-js version for consistency (06c5839)
- update npm version check command in push workflow for protobufjs (3346656)
- update package versions to 2.4.2 and enhance version checks in workflows (f7a1619)
- update protoc and protobuf versions in setup-proto-tools action (6ef1528)
- update required protobuf version to 5.29.1 in Makefile (974ac46)
- update setup-proto-tools action to include oidc-token input and adjust package installations (b70a892)
- update setup-proto-tools action to install protoc and nanopb from source (b4c9b5f)
- update setup-proto-tools action to install protoc and protobuf from source (ddbcbb8)
- update setup-proto-tools action to use pnpm for package installation and remove redundant NPM setup steps from workflows (b2521e3)
- update version check commands in workflows to use multi-line syntax (7db4522)
- update version check for protoc-gen-js in setup-proto-tools action (78f349c)
- update version to 2.4.2 and adjust message sizes in URP types (45877d3)
4.7.0 (2025-01-16)
- add new UrpImpPrime messages and update token.proto for signature and AES key sizes (d90f4ae)
- add token and storage (d50a383)
- add UrpErrorCode enum to define error types in UrpMessageHeader (8838bcf)
- add check for protoc-gen-js before building node library (2a532db)
- add glob dependency to package.json (f10ecd0)
- add installation of protoc from source in setup-proto-tools action (1cc0fbb)
- add installation step for protobufjs in setup-proto-tools action (b0348fc)
- add new token commands in multiple packages (b8694b0)
- add packages (f617c0d)
- add pip show commands for installed packages in setup-proto-tools action (8a7417d)
- add protoc-gen-js version check and update pnpm-lock.yaml (9267c1b)
- add Python setup step in setup-proto-tools action (f298907)
- add version check step in push workflow for protobuf and related tools (6d69746)
- add yaml and glob packages installation in setup-proto-tools action (ec50df9)
- correct command syntax in Makefile for building node library (76117b4)
- enhance version checks in push workflow for Python, JavaScript, and Dart tools (77d9a92)
- fix length for bytes signature (5ae59ce)
- move Node.js setup and dependency installation to workflow file (1430b73)
- moved to byte signature (7d15e51)
- relocate version check to workflow and remove from action (57feb28)
- remove protobufjs installation step from setup-proto-tools action (9f342d2)
- remove protobufjs version check from Makefile (8af5190)
- remove redundant command in Makefile for building node library (4a7847a)
- remove redundant PATH setup and verify protoc-gen-js version in setup-proto-tools action (25ad24d)
- remove unnecessary make command from nanopb installation in setup-proto-tools action (e4f5531)
- remove unused dependencies and clean up pnpm-lock.yaml (5d5583c)
- remove version check steps from workflows and update package.json to include protoc-gen-js (8bf5e43)
- replace Node.js setup and dependency installation with protoc setup in workflow (6dc39e2)
- specify bash shell for commands in setup-proto-tools action (f23ffd3)
- streamline NPM setup and installation in workflow actions (f2161c6)
- streamline protobuf installation and add version check in setup-proto-tools action (c53376a)
- update Dart protoc plugin version to 21.1.2 in action.yml and Makefile (953ba0f)
- update dependency installation in workflow to use local packages for yaml and glob (8202c08)
- update GitHub Actions workflow to set up Node.js and install dependencies, and modify Makefile for protoc-gen-js version check (b480702)
- update GitHub Actions workflow to use actions/setup-node for Node.js setup and streamline dependency installation (bd62315)
- update google-protobuf and protobufjs versions in package.json and pnpm-lock.yaml (8dacc21)
- update installation command for protoc-gen-js and adjust version check in Makefile (bac70e0)
- update js package installation to list all installed packages in setup-proto-tools action (8b70fc1)
- update js package installation to set PATH in GitHub environment (db72bd0)
- update js package installation to use pnpm bin for PATH in GitHub environment (158f239)
- update Makefile to check global protoc-gen-js version for consistency (06c5839)
- update npm version check command in push workflow for protobufjs (3346656)
- update package versions to 2.4.2 and enhance version checks in workflows (f7a1619)
- update protoc and protobuf versions in setup-proto-tools action (6ef1528)
- update required protobuf version to 5.29.1 in Makefile (974ac46)
- update setup-proto-tools action to include oidc-token input and adjust package installations (b70a892)
- update setup-proto-tools action to install protoc and nanopb from source (b4c9b5f)
- update setup-proto-tools action to install protoc and protobuf from source (ddbcbb8)
- update setup-proto-tools action to use pnpm for package installation and remove redundant NPM setup steps from workflows (b2521e3)
- update version check commands in workflows to use multi-line syntax (7db4522)
- update version check for protoc-gen-js in setup-proto-tools action (78f349c)
- update version to 2.4.2 and adjust message sizes in URP types (45877d3)
4.6.0 (2025-01-15)
- add new UrpImpPrime messages and update token.proto for signature and AES key sizes (d90f4ae)
- add token and storage (d50a383)
- add UrpErrorCode enum to define error types in UrpMessageHeader (8838bcf)
- add check for protoc-gen-js before building node library (2a532db)
- add glob dependency to package.json (f10ecd0)
- add installation of protoc from source in setup-proto-tools action (1cc0fbb)
- add installation step for protobufjs in setup-proto-tools action (b0348fc)
- add packages (f617c0d)
- add pip show commands for installed packages in setup-proto-tools action (8a7417d)
- add protoc-gen-js version check and update pnpm-lock.yaml (9267c1b)
- add Python setup step in setup-proto-tools action (f298907)
- add version check step in push workflow for protobuf and related tools (6d69746)
- add yaml and glob packages installation in setup-proto-tools action (ec50df9)
- correct command syntax in Makefile for building node library (76117b4)
- enhance version checks in push workflow for Python, JavaScript, and Dart tools (77d9a92)
- fix length for bytes signature (5ae59ce)
- move Node.js setup and dependency installation to workflow file (1430b73)
- moved to byte signature (7d15e51)
- relocate version check to workflow and remove from action (57feb28)
- remove protobufjs installation step from setup-proto-tools action (9f342d2)
- remove protobufjs version check from Makefile (8af5190)
- remove redundant command in Makefile for building node library (4a7847a)
- remove redundant PATH setup and verify protoc-gen-js version in setup-proto-tools action (25ad24d)
- remove unnecessary make command from nanopb installation in setup-proto-tools action (e4f5531)
- remove unused dependencies and clean up pnpm-lock.yaml (5d5583c)
- remove version check steps from workflows and update package.json to include protoc-gen-js (8bf5e43)
- replace Node.js setup and dependency installation with protoc setup in workflow (6dc39e2)
- specify bash shell for commands in setup-proto-tools action (f23ffd3)
- streamline NPM setup and installation in workflow actions (f2161c6)
- streamline protobuf installation and add version check in setup-proto-tools action (c53376a)
- update Dart protoc plugin version to 21.1.2 in action.yml and Makefile (953ba0f)
- update dependency installation in workflow to use local packages for yaml and glob (8202c08)
- update GitHub Actions workflow to set up Node.js and install dependencies, and modify Makefile for protoc-gen-js version check (b480702)
- update GitHub Actions workflow to use actions/setup-node for Node.js setup and streamline dependency installation (bd62315)
- update google-protobuf and protobufjs versions in package.json and pnpm-lock.yaml (8dacc21)
- update installation command for protoc-gen-js and adjust version check in Makefile (bac70e0)
- update js package installation to list all installed packages in setup-proto-tools action (8b70fc1)
- update js package installation to set PATH in GitHub environment (db72bd0)
- update js package installation to use pnpm bin for PATH in GitHub environment (158f239)
- update Makefile to check global protoc-gen-js version for consistency (06c5839)
- update npm version check command in push workflow for protobufjs (3346656)
- update package versions to 2.4.2 and enhance version checks in workflows (f7a1619)
- update protoc and protobuf versions in setup-proto-tools action (6ef1528)
- update required protobuf version to 5.29.1 in Makefile (974ac46)
- update setup-proto-tools action to include oidc-token input and adjust package installations (b70a892)
- update setup-proto-tools action to install protoc and nanopb from source (b4c9b5f)
- update setup-proto-tools action to install protoc and protobuf from source (ddbcbb8)
- update setup-proto-tools action to use pnpm for package installation and remove redundant NPM setup steps from workflows (b2521e3)
- update version check commands in workflows to use multi-line syntax (7db4522)
- update version check for protoc-gen-js in setup-proto-tools action (78f349c)
- update version to 2.4.2 and adjust message sizes in URP types (45877d3)
4.5.0 (2025-01-14)
- add new UrpImpPrime messages and update token.proto for signature and AES key sizes (d90f4ae)
- add token and storage (d50a383)
- add check for protoc-gen-js before building node library (2a532db)
- add glob dependency to package.json (f10ecd0)
- add installation of protoc from source in setup-proto-tools action (1cc0fbb)
- add installation step for protobufjs in setup-proto-tools action (b0348fc)
- add packages (f617c0d)
- add pip show commands for installed packages in setup-proto-tools action (8a7417d)
- add protoc-gen-js version check and update pnpm-lock.yaml (9267c1b)
- add Python setup step in setup-proto-tools action (f298907)
- add version check step in push workflow for protobuf and related tools (6d69746)
- add yaml and glob packages installation in setup-proto-tools action (ec50df9)
- correct command syntax in Makefile for building node library (76117b4)
- enhance version checks in push workflow for Python, JavaScript, and Dart tools (77d9a92)
- fix length for bytes signature (5ae59ce)
- move Node.js setup and dependency installation to workflow file (1430b73)
- moved to byte signature (7d15e51)
- relocate version check to workflow and remove from action (57feb28)
- remove protobufjs installation step from setup-proto-tools action (9f342d2)
- remove protobufjs version check from Makefile (8af5190)
- remove redundant command in Makefile for building node library (4a7847a)
- remove redundant PATH setup and verify protoc-gen-js version in setup-proto-tools action (25ad24d)
- remove unnecessary make command from nanopb installation in setup-proto-tools action (e4f5531)
- remove unused dependencies and clean up pnpm-lock.yaml (5d5583c)
- remove version check steps from workflows and update package.json to include protoc-gen-js (8bf5e43)
- replace Node.js setup and dependency installation with protoc setup in workflow (6dc39e2)
- specify bash shell for commands in setup-proto-tools action (f23ffd3)
- streamline NPM setup and installation in workflow actions (f2161c6)
- streamline protobuf installation and add version check in setup-proto-tools action (c53376a)
- update Dart protoc plugin version to 21.1.2 in action.yml and Makefile (953ba0f)
- update dependency installation in workflow to use local packages for yaml and glob (8202c08)
- update GitHub Actions workflow to set up Node.js and install dependencies, and modify Makefile for protoc-gen-js version check (b480702)
- update GitHub Actions workflow to use actions/setup-node for Node.js setup and streamline dependency installation (bd62315)
- update google-protobuf and protobufjs versions in package.json and pnpm-lock.yaml (8dacc21)
- update installation command for protoc-gen-js and adjust version check in Makefile (bac70e0)
- update js package installation to list all installed packages in setup-proto-tools action (8b70fc1)
- update js package installation to set PATH in GitHub environment (db72bd0)
- update js package installation to use pnpm bin for PATH in GitHub environment (158f239)
- update Makefile to check global protoc-gen-js version for consistency (06c5839)
- update npm version check command in push workflow for protobufjs (3346656)
- update package versions to 2.4.2 and enhance version checks in workflows (f7a1619)
- update protoc and protobuf versions in setup-proto-tools action (6ef1528)
- update required protobuf version to 5.29.1 in Makefile (974ac46)
- update setup-proto-tools action to include oidc-token input and adjust package installations (b70a892)
- update setup-proto-tools action to install protoc and nanopb from source (b4c9b5f)
- update setup-proto-tools action to install protoc and protobuf from source (ddbcbb8)
- update setup-proto-tools action to use pnpm for package installation and remove redundant NPM setup steps from workflows (b2521e3)
- update version check commands in workflows to use multi-line syntax (7db4522)
- update version check for protoc-gen-js in setup-proto-tools action (78f349c)
- update version to 2.4.2 and adjust message sizes in URP types (45877d3)
4.4.0 (2025-01-09)
- add token and storage (d50a383)
- add check for protoc-gen-js before building node library (2a532db)
- add glob dependency to package.json (f10ecd0)
- add installation of protoc from source in setup-proto-tools action (1cc0fbb)
- add installation step for protobufjs in setup-proto-tools action (b0348fc)
- add packages (f617c0d)
- add pip show commands for installed packages in setup-proto-tools action (8a7417d)
- add protoc-gen-js version check and update pnpm-lock.yaml (9267c1b)
- add Python setup step in setup-proto-tools action (f298907)
- add version check step in push workflow for protobuf and related tools (6d69746)
- add yaml and glob packages installation in setup-proto-tools action (ec50df9)
- correct command syntax in Makefile for building node library (76117b4)
- enhance version checks in push workflow for Python, JavaScript, and Dart tools (77d9a92)
- fix length for bytes signature (5ae59ce)
- move Node.js setup and dependency installation to workflow file (1430b73)
- moved to byte signature (7d15e51)
- relocate version check to workflow and remove from action (57feb28)
- remove protobufjs installation step from setup-proto-tools action (9f342d2)
- remove protobufjs version check from Makefile (8af5190)
- remove redundant command in Makefile for building node library (4a7847a)
- remove redundant PATH setup and verify protoc-gen-js version in setup-proto-tools action (25ad24d)
- remove unnecessary make command from nanopb installation in setup-proto-tools action (e4f5531)
- remove unused dependencies and clean up pnpm-lock.yaml (5d5583c)
- remove version check steps from workflows and update package.json to include protoc-gen-js (8bf5e43)
- replace Node.js setup and dependency installation with protoc setup in workflow (6dc39e2)
- specify bash shell for commands in setup-proto-tools action (f23ffd3)
- streamline NPM setup and installation in workflow actions (f2161c6)
- streamline protobuf installation and add version check in setup-proto-tools action (c53376a)
- update Dart protoc plugin version to 21.1.2 in action.yml and Makefile (953ba0f)
- update dependency installation in workflow to use local packages for yaml and glob (8202c08)
- update GitHub Actions workflow to set up Node.js and install dependencies, and modify Makefile for protoc-gen-js version check (b480702)
- update GitHub Actions workflow to use actions/setup-node for Node.js setup and streamline dependency installation (bd62315)
- update google-protobuf and protobufjs versions in package.json and pnpm-lock.yaml (8dacc21)
- update installation command for protoc-gen-js and adjust version check in Makefile (bac70e0)
- update js package installation to list all installed packages in setup-proto-tools action (8b70fc1)
- update js package installation to set PATH in GitHub environment (db72bd0)
- update js package installation to use pnpm bin for PATH in GitHub environment (158f239)
- update Makefile to check global protoc-gen-js version for consistency (06c5839)
- update npm version check command in push workflow for protobufjs (3346656)
- update package versions to 2.4.2 and enhance version checks in workflows (f7a1619)
- update protoc and protobuf versions in setup-proto-tools action (6ef1528)
- update required protobuf version to 5.29.1 in Makefile (974ac46)
- update setup-proto-tools action to include oidc-token input and adjust package installations (b70a892)
- update setup-proto-tools action to install protoc and nanopb from source (b4c9b5f)
- update setup-proto-tools action to install protoc and protobuf from source (ddbcbb8)
- update setup-proto-tools action to use pnpm for package installation and remove redundant NPM setup steps from workflows (b2521e3)
- update version check commands in workflows to use multi-line syntax (7db4522)
- update version check for protoc-gen-js in setup-proto-tools action (78f349c)
4.3.0 (2025-01-08)
- add token and storage (d50a383)
- add check for protoc-gen-js before building node library (2a532db)
- add glob dependency to package.json (f10ecd0)
- add installation of protoc from source in setup-proto-tools action (1cc0fbb)
- add installation step for protobufjs in setup-proto-tools action (b0348fc)
- add packages (f617c0d)
- add pip show commands for installed packages in setup-proto-tools action (8a7417d)
- add protoc-gen-js version check and update pnpm-lock.yaml (9267c1b)
- add Python setup step in setup-proto-tools action (f298907)
- add version check step in push workflow for protobuf and related tools (6d69746)
- add yaml and glob packages installation in setup-proto-tools action (ec50df9)
- correct command syntax in Makefile for building node library (76117b4)
- enhance version checks in push workflow for Python, JavaScript, and Dart tools (77d9a92)
- fix length for bytes signature (5ae59ce)
- move Node.js setup and dependency installation to workflow file (1430b73)
- moved to byte signature (7d15e51)
- relocate version check to workflow and remove from action (57feb28)
- remove protobufjs installation step from setup-proto-tools action (9f342d2)
- remove protobufjs version check from Makefile (8af5190)
- remove redundant command in Makefile for building node library (4a7847a)
- remove redundant PATH setup and verify protoc-gen-js version in setup-proto-tools action (25ad24d)
- remove unnecessary make command from nanopb installation in setup-proto-tools action (e4f5531)
- remove unused dependencies and clean up pnpm-lock.yaml (5d5583c)
- remove version check steps from workflows and update package.json to include protoc-gen-js (8bf5e43)
- replace Node.js setup and dependency installation with protoc setup in workflow (6dc39e2)
- specify bash shell for commands in setup-proto-tools action (f23ffd3)
- streamline NPM setup and installation in workflow actions (f2161c6)
- streamline protobuf installation and add version check in setup-proto-tools action (c53376a)
- update Dart protoc plugin version to 21.1.2 in action.yml and Makefile (953ba0f)
- update dependency installation in workflow to use local packages for yaml and glob (8202c08)
- update GitHub Actions workflow to set up Node.js and install dependencies, and modify Makefile for protoc-gen-js version check (b480702)
- update GitHub Actions workflow to use actions/setup-node for Node.js setup and streamline dependency installation (bd62315)
- update google-protobuf and protobufjs versions in package.json and pnpm-lock.yaml (8dacc21)
- update installation command for protoc-gen-js and adjust version check in Makefile (bac70e0)
- update js package installation to list all installed packages in setup-proto-tools action (8b70fc1)
- update js package installation to set PATH in GitHub environment (db72bd0)
- update js package installation to use pnpm bin for PATH in GitHub environment (158f239)
- update Makefile to check global protoc-gen-js version for consistency (06c5839)
- update npm version check command in push workflow for protobufjs (3346656)
- update package versions to 2.4.2 and enhance version checks in workflows (f7a1619)
- update protoc and protobuf versions in setup-proto-tools action (6ef1528)
- update required protobuf version to 5.29.1 in Makefile (974ac46)
- update setup-proto-tools action to include oidc-token input and adjust package installations (b70a892)
- update setup-proto-tools action to install protoc and nanopb from source (b4c9b5f)
- update setup-proto-tools action to install protoc and protobuf from source (ddbcbb8)
- update setup-proto-tools action to use pnpm for package installation and remove redundant NPM setup steps from workflows (b2521e3)
- update version check commands in workflows to use multi-line syntax (7db4522)
- update version check for protoc-gen-js in setup-proto-tools action (78f349c)
4.2.0 (2025-01-08)
- add token and storage (d50a383)
- add check for protoc-gen-js before building node library (2a532db)
- add glob dependency to package.json (f10ecd0)
- add installation of protoc from source in setup-proto-tools action (1cc0fbb)
- add installation step for protobufjs in setup-proto-tools action (b0348fc)
- add packages (f617c0d)
- add pip show commands for installed packages in setup-proto-tools action (8a7417d)
- add protoc-gen-js version check and update pnpm-lock.yaml (9267c1b)
- add Python setup step in setup-proto-tools action (f298907)
- add version check step in push workflow for protobuf and related tools (6d69746)
- add yaml and glob packages installation in setup-proto-tools action (ec50df9)
- correct command syntax in Makefile for building node library (76117b4)
- enhance version checks in push workflow for Python, JavaScript, and Dart tools (77d9a92)
- fix length for bytes signature (5ae59ce)
- move Node.js setup and dependency installation to workflow file (1430b73)
- moved to byte signature (7d15e51)
- relocate version check to workflow and remove from action (57feb28)
- remove protobufjs installation step from setup-proto-tools action (9f342d2)
- remove protobufjs version check from Makefile (8af5190)
- remove redundant command in Makefile for building node library (4a7847a)
- remove redundant PATH setup and verify protoc-gen-js version in setup-proto-tools action (25ad24d)
- remove unnecessary make command from nanopb installation in setup-proto-tools action (e4f5531)
- remove unused dependencies and clean up pnpm-lock.yaml (5d5583c)
- remove version check steps from workflows and update package.json to include protoc-gen-js (8bf5e43)
- specify bash shell for commands in setup-proto-tools action (f23ffd3)
- streamline NPM setup and installation in workflow actions (f2161c6)
- streamline protobuf installation and add version check in setup-proto-tools action (c53376a)
- update Dart protoc plugin version to 21.1.2 in action.yml and Makefile (953ba0f)
- update dependency installation in workflow to use local packages for yaml and glob (8202c08)
- update GitHub Actions workflow to set up Node.js and install dependencies, and modify Makefile for protoc-gen-js version check (b480702)
- update GitHub Actions workflow to use actions/setup-node for Node.js setup and streamline dependency installation (bd62315)
- update google-protobuf and protobufjs versions in package.json and pnpm-lock.yaml (8dacc21)
- update installation command for protoc-gen-js and adjust version check in Makefile (bac70e0)
- update js package installation to list all installed packages in setup-proto-tools action (8b70fc1)
- update js package installation to set PATH in GitHub environment (db72bd0)
- update js package installation to use pnpm bin for PATH in GitHub environment (158f239)
- update Makefile to check global protoc-gen-js version for consistency (06c5839)
- update npm version check command in push workflow for protobufjs (3346656)
- update package versions to 2.4.2 and enhance version checks in workflows (f7a1619)
- update protoc and protobuf versions in setup-proto-tools action (6ef1528)
- update required protobuf version to 5.29.1 in Makefile (974ac46)
- update setup-proto-tools action to include oidc-token input and adjust package installations (b70a892)
- update setup-proto-tools action to install protoc and nanopb from source (b4c9b5f)
- update setup-proto-tools action to install protoc and protobuf from source (ddbcbb8)
- update setup-proto-tools action to use pnpm for package installation and remove redundant NPM setup steps from workflows (b2521e3)
- update version check commands in workflows to use multi-line syntax (7db4522)
- update version check for protoc-gen-js in setup-proto-tools action (78f349c)
4.1.0 (2025-01-07)
- add token and storage (d50a383)
4.0.12 (2024-11-08)
4.0.11 (2024-11-08)
4.0.10 (2024-11-08)
4.0.9 (2024-11-08)
4.0.8 (2024-11-08)
4.0.7 (2024-11-08)
4.0.6 (2024-11-08)
4.0.5 (2024-11-08)
4.0.4 (2024-11-08)
4.0.3 (2024-11-05)
4.0.2 (2024-11-05)
- naming (c04ddb5)
4.0.1 (2024-11-04)
4.0.0 (2024-11-01)
- proper casing
- proper casing (e9ccd00)
- fixed a data leak (5f3dfac)
3.0.16 (2024-10-25)
3.0.15 (2024-10-22)
- versioning for dart test (dce8a6b)
3.0.14 (2024-10-22)
- import error (733874d)
3.0.13 (2024-10-22)
3.0.12 (2024-10-21)
3.0.11 (2024-10-21)
3.0.10 (2024-10-18)
3.0.9 (2024-10-18)
3.0.8 (2024-10-18)
3.0.7 (2024-10-18)
3.0.6 (2024-10-18)
3.0.5 (2024-10-18)
3.0.4 (2024-10-18)
3.0.3 (2024-10-18)
3.0.2 (2024-10-18)
3.0.1 (2024-10-18)
3.0.0 (2024-10-17)
- cleanup
- cleanup (ced6188)
- add cpp release (a9ec065)
- add definitions.h (2aac1ee)
- ci update (3957b5e)
- delete old backup (f736f84)
- fix some bugs (928a1d3)
- need mirror (8174384)
- npm (2910a39)
- public & test versions (6753fe5)
- update dart library (7e447df)
4.0.0 (2024-10-17)
- cleanup
- cleanup (ced6188)
- add cpp release (a9ec065)
- add definitions.h (2aac1ee)
- ci update (3957b5e)
- delete old backup (f736f84)
- fix some bugs (928a1d3)
- need mirror (8174384)
- npm (2910a39)
- public & test versions (6753fe5)
- update dart library (7e447df)
4.0.0 (2024-10-17)
- cleanup
- cleanup (ced6188)
- add cpp release (a9ec065)
- add definitions.h (2aac1ee)
- ci update (3957b5e)
- delete old backup (f736f84)
- need mirror (8174384)
- npm (2910a39)
- public & test versions (6753fe5)
- update dart library (7e447df)
3.0.0 (2024-10-17)
- cleanup
- cleanup (ced6188)
- add cpp release (a9ec065)
- add definitions.h (2aac1ee)
- ci update (3957b5e)
- delete old backup (f736f84)
- need mirror (8174384)
- npm (2910a39)
- public & test versions (6753fe5)
3.0.0 (2024-10-17)
- cleanup
- cleanup (ced6188)
- add cpp release (a9ec065)
- ci update (3957b5e)
- delete old backup (f736f84)
- need mirror (8174384)
- npm (2910a39)
- public & test versions (6753fe5)
3.0.0 (2024-10-17)
- cleanup
- cleanup (ced6188)
- add cpp release (a9ec065)
- ci update (3957b5e)
- delete old backup (f736f84)
- need mirror (8174384)
- npm (2910a39)
2.4.3 (2024-10-17)
2.4.3 (2024-10-17)
2.4.3 (2024-10-17)
2.4.3 (2024-10-17)
2.4.2 (2024-10-16)
- add d.ts files to node library (ad7b813)
2.4.1 (2024-10-07)
2.4.0 (2024-08-22)
- generate typescript types for node package (a5ae639)
- node imports/exports (f92a5dc)
2.3.0 (2024-08-22)
- generate typescript types for node package (2c43184)
2.2.6 (2024-08-19)
2.2.5 (2024-07-24)
2.2.4 (2024-07-24)
2.2.3 (2024-06-26)
2.2.3 (2024-06-26)
2.2.2 (2024-06-26)
2.2.1 (2024-05-22)
2.2.0 (2024-05-21)
- remove pchip family type (63bbde7)
2.1.1 (2024-05-08)
2.1.0 (2024-05-08)
- measure raw on ble (7997312)
2.1.0 (2024-05-08)
- measure raw on ble (7997312)
2.1.0 (2024-05-08)
- measure raw on ble (7997312)
0.0.4 (2024-02-13)
- add device class and type + examples (532aedc)
- add pca types (a751f76)
- inrease precision to double (7a303d9)
- node example (82cae23)
- update wip (5b20ea9)
0.0.3 (2024-02-13)
- add device class and type + examples (532aedc)
- add pca types (a751f76)
- inrease precision to double (7a303d9)
- node example (82cae23)
- update wip (5b20ea9)
0.0.2 (2024-02-13)
- add device class and type + examples (532aedc)
- add pca types (a751f76)
- inrease precision to double (7a303d9)
- node example (82cae23)
- update wip (5b20ea9)
- add pChip families (83cf019)
- changed type of pchip.id from int32 to uint32 (acaa52b)
- using ReaderTypes also for CPP library (5a61a12)
- include securalic led parameters (a35e919)
- logs & decoder script (b727f1e)
- fix wrong typenames (defb63f)
- added simple main.cpp again (61d29d9)
- increase measurement count (5eb3d83)
- measurement messages (64ee4de)
- increased md5 size for firmware to 32 (623935c)
- typo in reader state (f05ae19)
- message types (8037200)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.