Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Mar 17, 2024
1 parent 710769f commit 185f938
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,54 @@
## [Unreleased](https://github.com/bsorrentino/LangGraph-Swift/releases/tag/Unreleased) ()







"name: v1.1.0" is a release tag

## [v1.1.0](https://github.com/bsorrentino/LangGraph-Swift/releases/tag/v1.1.0) (2024-03-17)

### Features

* add support of streaming result ([7814bc9aa5b14fc](https://github.com/bsorrentino/LangGraph-Swift/commit/7814bc9aa5b14fc213477f4ea000b4ebfeda2ecb))
> create a new struct NodeOutput
> use of AsyncThrowingStream
> add unit test
> resolve #1
* add swift-async-algorithms package ([220b164840bd090](https://github.com/bsorrentino/LangGraph-Swift/commit/220b164840bd090da0d805080dfb2240e514ad0b))
> work on #1

### Bug Fixes

- update NodeOutput access control ([b8369a2b6bea65f](https://github.com/bsorrentino/LangGraph-Swift/commit/b8369a2b6bea65f8779e2d2bb24065294557a362))
> work on #1
- invalidate and remove apikey ([1b2b74bd7074e01](https://github.com/bsorrentino/LangGraph-Swift/commit/1b2b74bd7074e01c6ddb971bf86471c7dce69ceb))

- update git url in changelog templete ([81645f47528852e](https://github.com/bsorrentino/LangGraph-Swift/commit/81645f47528852e449a1cbe4af3be41ae73c895a))


### Documentation

- update readme ([cc480ba9aa94094](https://github.com/bsorrentino/LangGraph-Swift/commit/cc480ba9aa9409445cf01842da167e42c70e87dc))

- update reademe ([1dcd0a2e204c2a1](https://github.com/bsorrentino/LangGraph-Swift/commit/1dcd0a2e204c2a18b885792d9777ab2d02717320))

- update reademe ([79ac1356e4b4064](https://github.com/bsorrentino/LangGraph-Swift/commit/79ac1356e4b40646fc7dab1bd5ddba1d7625e872))

- update reademe ([59c4d768161d98a](https://github.com/bsorrentino/LangGraph-Swift/commit/59c4d768161d98ab539ed57f11470a14b7dad92f))

- add changelog ([2774af3b8f25915](https://github.com/bsorrentino/LangGraph-Swift/commit/2774af3b8f25915f710439db7e4009179a3c83c4))


### Refactor

- remove swift-async-algorithms deps ([fa06c7d8ba3e2fc](https://github.com/bsorrentino/LangGraph-Swift/commit/fa06c7d8ba3e2fcdffd6467dba64020fd354f9b5))
> work on #1


Expand Down

0 comments on commit 185f938

Please sign in to comment.