Releases: everx-labs/ever-q-server
Releases · everx-labs/ever-q-server
Version 0.24.4
0.24.4 – Mar 20, 2020
Featured
Scheme enhancements
Security fixes
New
- all big number fields can be optionally parametrized with
format
argumentHEX
(default) orDEC
. Message
contains new joined fieldssrc_transaction
(from where this message was originated) anddst_transaction
(where this message was handled).--mam-access-keys
andMAM_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 toaccessKey
- 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
0.24.3 – Mar 2, 2020
Featured
Stability fixes
New
min_shard_gen_utime
andmax_shard_gen_utime
fields inblock.master
Fixed
- joined objects returned as
null
if joined object inserted in DB later than parent object.
Version 0.24.2
0.24.2 – Feb 19, 2020
Featured
Ability to set restrictions to accounts for particular access keys
New
accessKey
optional header used instead ofauthorization
.- keys passed to
registerAccessKeys
as structures (instead of strings) and includerestrictToAccounts
optional field
Fixed
- message & transaction ids in
out_msg_descr