1.0.0
What's Changed
- disable cache when
CacheLoadStyle::NONEby @natenichols in #152 - send messages to subscribers w/ shared_ptr by @natenichols in #147
- pin-dependency-versions by @legleux in #157
- handle string ledger_index values in doAccountTx by @natenichols in #162
- report transactions as validated in account_tx by @natenichols in #165
- dont report error.what() when returning rpcINTERNAL by @natenichols in #163
- add clio version to repository by @natenichols in #156
- cleanup subscriptions when session errors or is closed by @natenichols in #146
- remove unused file in
src/clioby @natenichols in #169 - Added log rotation feature and console/file logging config options by @Shoukozumi in #161
- append warning for stale data (#46) by @ethanlabelle in #175
- Use separate IO context for socket IO by @cjcobb23 in #168
- Iterate account nft pages without using successor by @cjcobb23 in #177
- cache commands that dont take parameters by @natenichols in #153
- error when marker does not exist in ledger_data by @natenichols in #167
- fix ledger_index_min/max in account_tx response by @natenichols in #172
- return no offers when an owner directory is not found by @natenichols in #176
- specify limit hi, low, and defaults in HandlerTable by @natenichols in #135
- set version to 0.3.0-b1 by @natenichols in #178
- Fixed previous log rotation commit rebase issue by @Shoukozumi in #181
- bypass forwarding cache if ledger_index is current or closed by @cjcobb23 in #185
- log every request and duration at info by @cjcobb23 in #183
- append warning to the base level of the response by @natenichols in #182
- always append clio warning by @cjcobb23 in #186
- send id in sendError by @natenichols in #184
- set version to 0.3.0-b2 by @natenichols in #188
- append warnings to response instead of result by @natenichols in #192
- allow user to specify no peer in doAccountLines by @natenichols in #193
- forward channel_verify and channel_authorize by @natenichols in #196
- set version to 0.3.0-b3 by @natenichols in #197
- reserve correctly when limit is numeric_limits::max() by @natenichols in #198
- Add headers for building with gcc-12 by @legleux in #201
- set version to 1.0.0 by @natenichols in #202
New Contributors
- @ethanlabelle made their first contribution in #175
Full Changelog: 0.2.0...1.0.0