Skip to content

v1.1222.0

Compare
Choose a tag to compare
@wmiaw wmiaw released this 06 Sep 23:26
· 279 commits to master since this release
62532cf

MSL Core

  • #271 Add "thread pool" to JavaScript MslControl that allows the number of simultaneous MSL transactions to be limited.
  • #276,#277 Changes to master token lock cleanup logic in MslControl that may or may not address some exceptions thrown due to unexpected lock state.
  • #273 ThriftyUtf8Reader is now well-behaved and replaces malformed or invalid byte sequences with the substitution character.
  • #272 Only reference cyclic JavaScript dependencies once to improve performance in Node.js.