Skip to content

Commit

Permalink
Update release_notes.md (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turikotura authored Oct 30, 2023
1 parent 74b8c72 commit fe3e0a1
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,17 +159,21 @@ BugFixes without ticket

## User impact and migration instructions

TODO
1. [I] GRPC commands removed entirely.
[M] Usage of these commands should be removed or replaced by http counterparts.

2. [I] In LwDP v3 message structure is changed.
[M] Accessing message fields should be changed if they are accessed without using resolver. It's also better to use message field expander, instead of directly accessing 'body' field.

## Features

1. [Th2-4975] Added streams parameter to download and get-messages-by-groups/pages sse commands. That allows to
2. [TH2-5049] Added ExpandedMessageFieldResolver
1. [Th2-4975] Added streams parameter to download and get-messages-by-groups/pages sse commands.
2. [TH2-5049] Added ExpandedMessageFieldResolver.

## Improvements

1. [TH2-4969] - Updated MessageStubBuilder & LwdpMessageFieldsResolver
2. [TH2-4945] - Refactoring: Remove GRPC
3. [TH2-4959] - Added deprecation warning
4. [TH2-5048] - Added typing hints for resolver methods
1. [TH2-4969] - Updated MessageStubBuilder & LwdpMessageFieldsResolver.
2. [TH2-4945] - Refactoring: Remove GRPC.
3. [TH2-4959] - Added deprecation warning.
4. [TH2-5048] - Added typing hints for resolver methods.
5. [TH2-4974] - Added resolver for getting group in message.

0 comments on commit fe3e0a1

Please sign in to comment.