Skip to content

Commit 7c87d3b

Browse files
authored
Merge pull request #533 from hug-dev/add-changelog
Update the CHANGELOG file with 0.8.1
2 parents 87bf19a + e1722e7 commit 7c87d3b

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.8.1](https://github.com/parallaxsecond/parsec/tree/0.8.1) (2021-09-17)
4+
5+
[Full Changelog](https://github.com/parallaxsecond/parsec/compare/0.8.0...0.8.1)
6+
7+
**Implemented enhancements:**
8+
9+
- Add Unit Tests to SQLiteKeyInfoManager [\#510](https://github.com/parallaxsecond/parsec/issues/510)
10+
- Change KeyTriple to Include Auth ID, Provider Name & Provider UUID [\#488](https://github.com/parallaxsecond/parsec/issues/488)
11+
- Update provider to use new version fo TransKeyCtx [\#515](https://github.com/parallaxsecond/parsec/pull/515) ([ionut-arm](https://github.com/ionut-arm))
12+
13+
**Fixed bugs:**
14+
15+
- Decide and implement a new serialization format for KeyInfo [\#509](https://github.com/parallaxsecond/parsec/issues/509)
16+
- Memory leak in TS context [\#501](https://github.com/parallaxsecond/parsec/issues/501)
17+
- Disable broken workflows [\#525](https://github.com/parallaxsecond/parsec/pull/525) ([ionut-arm](https://github.com/ionut-arm))
18+
19+
**Closed issues:**
20+
21+
- Make a Parsec Ockam Vault: investigation issue [\#506](https://github.com/parallaxsecond/parsec/issues/506)
22+
- Add Basic SQLiteKeyInfoManager Storage/Retrieval Functionality [\#503](https://github.com/parallaxsecond/parsec/issues/503)
23+
- Add config tests for multiple provider names [\#496](https://github.com/parallaxsecond/parsec/issues/496)
24+
25+
**Merged pull requests:**
26+
27+
- Bump version for release [\#526](https://github.com/parallaxsecond/parsec/pull/526) ([ionut-arm](https://github.com/ionut-arm))
28+
- Use as\_ptr for TS service name [\#524](https://github.com/parallaxsecond/parsec/pull/524) ([anta5010](https://github.com/anta5010))
29+
- Lower Hash algorithm [\#499](https://github.com/parallaxsecond/parsec/pull/499) ([hug-dev](https://github.com/hug-dev))
30+
- Update CHANGELOG [\#498](https://github.com/parallaxsecond/parsec/pull/498) ([hug-dev](https://github.com/hug-dev))
31+
332
## [0.8.0](https://github.com/parallaxsecond/parsec/tree/0.8.0) (2021-08-05)
433

534
[Full Changelog](https://github.com/parallaxsecond/parsec/compare/0.7.2...0.8.0)

0 commit comments

Comments
 (0)