Skip to content

Releases: nzzdev/Q-server

v10.0.7

15 Dec 09:20
a451e2a
Compare
Choose a tag to compare

Fix request to view

v10.0.6

04 Oct 13:17
d57fdf0
Compare
Choose a tag to compare
  • update aws sdk to v3

v10.0.5

26 May 14:46
d285b01
Compare
Choose a tag to compare
  • Updates node to v14
  • Updates dependencies
  • Replaces @hapi/joi with joi

v10.0.4

12 Mar 14:43
8415bc5
Compare
Choose a tag to compare
  • Enables cors on search route. So requests made from q-editor with cookies are working.

v10.0.3

18 Sep 15:05
37f0202
Compare
Choose a tag to compare
  • Fix arguments that are passed to Chromium when restarting it

v10.0.2

02 Mar 08:46
372682e
Compare
Choose a tag to compare

v10.0.1

26 Feb 15:29
008c923
Compare
Choose a tag to compare
  • Fix joi validation of objects/arrays
    Related to this breaking change in @hapi/joi v16:
    Remove Joi.object() and Joi.array() string coerce
    See hapijs/joi#2037

v10.0.0

18 Feb 10:08
4e89d89
Compare
Choose a tag to compare

Update to new major versions of hapi dependencies.

Summary of relevant changes

@hapi/joi v16

  • Changes in allow() and valid()
    No longer accepts array arguments. Must pass each value as a separate argument.
    See hapijs/joi#2037
  • Change error in sync validate() result to undefined instead of null when there is no error
    See hapijs/joi#2036
    See hapijs/joi#2037

@hapi/hapi v19

@hapi/boom v8

v9.0.1

05 Nov 10:09
af16592
Compare
Choose a tag to compare
  • Fix font kerning (#193)

v9.0.0

09 Oct 14:15
5a7785f
Compare
Choose a tag to compare

breaking

  • renames export-options-schema to display-options-schema
  • the route /display-options-schema returns a schema that is combined from various sources (as was export-options-schema before

how to migrate

  • rename all references of exportOptions to displayOptions in your server config.