Skip to content

Commit

Permalink
chore(release): 1.0.0-exp.25 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-exp.25](v1.0.0-exp.24...v1.0.0-exp.25) (2021-10-08)

### Bug Fixes

* 🐛 fix keyworded enum types formatting as numbers ([d686c13](d686c13))
* **algod:** 🐛 fix pending transactions not returning messagepack ([dca09f8](dca09f8))
* **indexer:** 🐛 add missing fields to `Account` model ([5732a1d](5732a1d))
* **indexer:** 🐛 fix `HealthCheck` missing serialization logic ([f5165c6](f5165c6))
* **indexer:** 🔥 fix huge issue with indexer where query parameters were in body ([7bcca20](7bcca20))
* **serialization:** 🐛 fix `Block` not having a formatter ([dec6176](dec6176))
* **serialization:** 🐛 fix `BlockResponse` Serialization ([1252a16](1252a16))
* **serialization:** 🐛 fix `JsonWriter` not writing to `NativeText` ([2b61659](2b61659))
* **serialization:** 🐛 fix discrepancy between `TransactionId` and `TransactinIdResponse` ([d0c0370](d0c0370))
* **serialization:** 🐛 fix issue where fixed strings were incorrectly being added to the queryparams ([a3e6fd9](a3e6fd9))
* **serialization:** 🐛 fix missing `AlgoApiObject` on all Transaction Params ([a11015f](a11015f))

### Features

* **networking:** ✨ add `ApiResponse` API to `ApiResponse<>` ([8556c53](8556c53))
* **serialization:** ✨ add support for generically serializing byte enums to strings ([424c8b4](424c8b4))
* **serialization:** ✨ finish implementing `MessagePackReader.Integers` and `MessagePackWriter.Integers` ([37d8f20](37d8f20))
* **serialization:** ✨ finish implementing serializer/deserializer methods in `EnumFormatter` ([3af569f](3af569f))

### Reverts

* **demo:** 🔥 remove bossroom assets... too big to be a sample ([e53192d](e53192d))

### BREAKING CHANGES

* **indexer:** indexer queries are now given as optional arguments
  • Loading branch information
semantic-release-bot committed Oct 8, 2021
1 parent a3e6fd9 commit c393f77
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions Packages/com.careboo.unity-algorand-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# [1.0.0-exp.25](https://github.com/CareBoo/unity-algorand-sdk/compare/v1.0.0-exp.24...v1.0.0-exp.25) (2021-10-08)


### Bug Fixes

* :bug: fix keyworded enum types formatting as numbers ([d686c13](https://github.com/CareBoo/unity-algorand-sdk/commit/d686c134dff5e0d657f974600c5948b86f506f0f))
* **algod:** :bug: fix pending transactions not returning messagepack ([dca09f8](https://github.com/CareBoo/unity-algorand-sdk/commit/dca09f8d6c2e1781097f3386355852b7179f01d9))
* **indexer:** :bug: add missing fields to `Account` model ([5732a1d](https://github.com/CareBoo/unity-algorand-sdk/commit/5732a1d7b6a57d300e8e8b4662696e180c0c2ecb))
* **indexer:** :bug: fix `HealthCheck` missing serialization logic ([f5165c6](https://github.com/CareBoo/unity-algorand-sdk/commit/f5165c681387450a791f191a2ae88a060741a9de))
* **indexer:** :fire: fix huge issue with indexer where query parameters were in body ([7bcca20](https://github.com/CareBoo/unity-algorand-sdk/commit/7bcca2022b8c1238cd35f225fccef80ada562143))
* **serialization:** :bug: fix `Block` not having a formatter ([dec6176](https://github.com/CareBoo/unity-algorand-sdk/commit/dec61762ddfba5c7f43223175c8c63f2d0b3609e))
* **serialization:** :bug: fix `BlockResponse` Serialization ([1252a16](https://github.com/CareBoo/unity-algorand-sdk/commit/1252a1634d6bb2fa00f78c1628ce7dbf33da6a56))
* **serialization:** :bug: fix `JsonWriter` not writing to `NativeText` ([2b61659](https://github.com/CareBoo/unity-algorand-sdk/commit/2b61659ea6801947f7b31069ecade0d6cb5f1e09))
* **serialization:** :bug: fix discrepancy between `TransactionId` and `TransactinIdResponse` ([d0c0370](https://github.com/CareBoo/unity-algorand-sdk/commit/d0c0370c0578e6d2296d0667557148e711c67174))
* **serialization:** :bug: fix issue where fixed strings were incorrectly being added to the queryparams ([a3e6fd9](https://github.com/CareBoo/unity-algorand-sdk/commit/a3e6fd9dbaf62d6e4bb05432568c0de36e3abb35))
* **serialization:** :bug: fix missing `AlgoApiObject` on all Transaction Params ([a11015f](https://github.com/CareBoo/unity-algorand-sdk/commit/a11015ff3da75db5ab5d6f7c809a89f50fe1142b))


### Features

* **networking:** :sparkles: add `ApiResponse` API to `ApiResponse<>` ([8556c53](https://github.com/CareBoo/unity-algorand-sdk/commit/8556c53616646d9b39d9a4a88488b66acb6ac421))
* **serialization:** :sparkles: add support for generically serializing byte enums to strings ([424c8b4](https://github.com/CareBoo/unity-algorand-sdk/commit/424c8b49c2a567c015a356db3b12a4d4d035dd61))
* **serialization:** :sparkles: finish implementing `MessagePackReader.Integers` and `MessagePackWriter.Integers` ([37d8f20](https://github.com/CareBoo/unity-algorand-sdk/commit/37d8f20eba237ad28fcf84f83cdbc989b0168a86))
* **serialization:** :sparkles: finish implementing serializer/deserializer methods in `EnumFormatter` ([3af569f](https://github.com/CareBoo/unity-algorand-sdk/commit/3af569f180d26f5501a48d1eb43a00327bdd5921))


### Reverts

* **demo:** :fire: remove bossroom assets... too big to be a sample ([e53192d](https://github.com/CareBoo/unity-algorand-sdk/commit/e53192daaba120f53d5c8f7312d2b199a8f4e564))


### BREAKING CHANGES

* **indexer:** indexer queries are now given as optional arguments

# [1.0.0-exp.24](https://github.com/CareBoo/unity-algorand-sdk/compare/v1.0.0-exp.23...v1.0.0-exp.24) (2021-10-05)


Expand Down
2 changes: 1 addition & 1 deletion Packages/com.careboo.unity-algorand-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.unity-algorand-sdk",
"displayName": "Algorand SDK",
"version": "1.0.0-exp.24",
"version": "1.0.0-exp.25",
"unity": "2020.3",
"description": "WARNING: This package has not been audited and it should not be used in a production environment.",
"dependencies": {
Expand Down

0 comments on commit c393f77

Please sign in to comment.