Skip to content

Commit 6056333

Browse files
authored
Release/0.9.6 (#96)
* * Added manual connection to text-client * Fixing forwarding bugs involved when sending and processing forwarded messages * * Documentation edits * Text Wrapping in text-client for chat messages * * Changed Message Pickup live_stream_next() to use Option<Duration> * Fixing some issues relating to live_stream_next() * Release date added
1 parent 6101403 commit 6056333

File tree

25 files changed

+573
-195
lines changed

25 files changed

+573
-195
lines changed

CHANGELOG.md

+39-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,45 @@
22

33
## Changelog history
44

5-
## XX January 2025 (0.9.4)
5+
Why are there skipped version numbers? Sometimes when deploying via CI/CD Pipeline we find little issues that only affect deployment.
6+
Missing versions on the changelog simply reflect minor deployment changes on our tooling.
7+
8+
## 3rd February 2025 (0.9.6)
9+
10+
### All (0.9.6)
11+
12+
* Cleaning up comments and documentation
13+
14+
### DIDComm Library (0.9.6)
15+
16+
* pack_encrypted will return the forwarded routing_keys from a Service Record
17+
* Useful for when detecting if message has already been wrapped in a forward/routing wrapper
18+
19+
### Mediator (0.9.6)
20+
21+
* Mediator can now handle JSON Object Attachments
22+
23+
### SDK (0.9.6)
24+
25+
* ATM Struct derives Clone trait, allowing for a simpler clone of the inner representation
26+
* Message Pickup Protocol
27+
* FEATURE: live_stream_next() wraps Duration in an Option to be more clear that this is an optional setting
28+
* FIX: live_stream_next() properly waits now for next message vs. only fetching from cache
29+
* Added the ability for a Profile to direct-stream received messages via a channel
30+
* Allows for mix and match combo when messages are being sent to the SDK
31+
* Application may want direct-receive capability (all messages from all profiles come on a single channel)
32+
* Use the WsHandler::DirectMode config option on ATM Configuration
33+
* Some Profiles may want cache mode where you can call next() against the cache. across all profiles
34+
* Default mode
35+
* You may have some tasks that want to stream via a dedicated channel on a per-profile basis
36+
* use profile.enable_direct_channel() and profile.disable_direct_channel()
37+
38+
### Text-Client (0.9.6)
39+
40+
* When sending a message, will detect if message is already wrapped in a forward envelope
41+
* Chat Messages properly wrap in the text window making it easier to read.
42+
43+
## 30th January 2025 (0.9.4)
644

745
### All (0.9.4)
846

0 commit comments

Comments
 (0)