You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add a version header on calls to the TSP
Which can be read from TSP metrics to try to identify outdated TSCs or
track migrations
* Update copyright
* Update Util.ts
adjust the name of the language
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 4.0.1
2
+
3
+
- Added header to TSP and Logdriver calls with the current TSC version and language. These can be consumed in TSP metrics and are useful to track migrations or find out of date TSC callers.
4
+
1
5
## 4.0.0
2
6
3
7
- Encryption now throws a `TscException` when trying to encrypt a document that has already been IronCore encrypted.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,4 @@ Check in the `examples` subdirectory - there are subdirectories for some example
24
24
25
25
The Tenant Security Client is licensed under the [GNU Affero General Public License](https://github.com/IronCoreLabs/ironoxide/blob/main/LICENSE). We also offer commercial licenses - [email](mailto:info@ironcorelabs.com) for more information.
26
26
27
-
Copyright (c) 2021 IronCore Labs, Inc. All rights reserved.
27
+
Copyright (c) 2023 IronCore Labs, Inc. All rights reserved.
0 commit comments