Skip to content

Releases: everx-labs/ever-q-server

Version 0.24.4

23 Mar 10:26
22ce901
Compare
Choose a tag to compare

0.24.4 – Mar 20, 2020

Featured

Scheme enhancements
Security fixes

New

  • all big number fields can be optionally parametrized with format argument HEX (default) or DEC.
  • Message contains new joined fields src_transaction (from where this message was originated) and dst_transaction (where this message was handled).
  • --mam-access-keys and MAM_ACCESS_KEYS config to protect mam endpoint.
  • all queries and mutations inside single GraphQL request must use the same access key.

Fixed

  • change type of transaction_id to string
  • auth parameter of subscription changed to accessKey
  • invalid accessKey treated by subscribe as a valid key
  • all internal errors are logged as is but converted to Service temporary unavailable before sending to client
  • server side stack traces are truncated before sending to client
  • waitFor 2 minute limit timeout has been removed

Version 0.24.3

06 Mar 02:32
633771c
Compare
Choose a tag to compare

0.24.3 – Mar 2, 2020

Featured

Stability fixes

New

  • min_shard_gen_utime and max_shard_gen_utime fields in block.master

Fixed

  • joined objects returned as null if joined object inserted in DB later than parent object.

Version 0.24.2

27 Feb 15:00
163264b
Compare
Choose a tag to compare

0.24.2 – Feb 19, 2020

Featured

Ability to set restrictions to accounts for particular access keys

New

  • accessKey optional header used instead of authorization.
  • keys passed to registerAccessKeys as structures (instead of strings) and include restrictToAccounts optional field

Fixed

  • message & transaction ids in out_msg_descr

Merge pull request #16 from tonlabs/0.17.0-rc

25 Nov 16:13
519ab55
Compare
Choose a tag to compare