Skip to content

Releases: gdbots/schemas

v3.0.5

03 Oct 17:20
4f4fb73

Choose a tag to compare

  • Modify Schemas:
    • gdbots:iam:mixin:browser-app patch revision 1-0-4
      • Add braze_api_key text field.

v3.0.4

11 Feb 22:11

Choose a tag to compare

  • Modify Schemas:
    • gdbots:forms:mixin:form patch revision 1-0-4
      • Add allow_multiple_submissions boolean field.
      • Add captcha_enabled boolean field.
    • gdbots:forms:mixin:send-submission patch revision 1-0-1
      • Add captcha_token text field.

v3.0.3

05 Jun 20:51
b3cf6b8

Choose a tag to compare

  • Modify Schemas:
    • gdbots:iam:mixin:android-app patch revision 1-0-4
      • Add fcm_auth_config text field.
    • gdbots:iam:mixin:browser-app patch revision 1-0-3
      • Add fcm_auth_config text field.
    • gdbots:iam:mixin:ios-app patch revision 1-0-4
      • Add fcm_auth_config text field.

v3.0.2

17 Sep 01:47

Choose a tag to compare

  • Modify Schemas:
    • Add new options to enum gdbots:common:gender
      • <option key="NON_BINARY" value="3"/>

v3.0.1

23 Dec 05:57
626109b

Choose a tag to compare

BREAKING CHANGES FOR JAVASCRIPT

We missed updating the npm gdbots/pbj lib in the last release, luckily nothing is using 3.x in js at the time of this release so we're "safe".

  • Use node v14.13.1.
  • Use npm gdbots/pbj 3.x.
  • Modify Schemas:
    • gdbots:ncr:request:get-node-history-request patch revision 1-0-1
      • Add topic string field with pattern ^[\w\.-]+$.
      • Add partition string field with pattern ^[\w\.-]+$.
      • Add sub_partition string field with pattern ^[\w\.-]+$.
    • gdbots:pbjx:mixin:search-events-request patch revision 1-0-1
      • Add track_total_hits boolean field.

v3.0.0

08 Dec 23:24
d2a4538

Choose a tag to compare

BREAKING CHANGES

  • Require php>=8.1
  • Require php gdbots/pbj v4.x.
  • Use new php builtin enum instead of custom enum classes.
  • Modify Schemas:
    • gdbots:ncr:mixin:search-nodes-request patch revision 1-0-4
      • Add track_total_hits boolean field.

v2.1.1

15 Jun 18:43
f2308ff

Choose a tag to compare

  • Add Schemas:
    • gdbots:iam:mixin:twitter-app
    • gdbots:forms:mixin:tiktok-user-field
    • gdbots:forms:mixin:tiktok-video-field

v1.6.7

15 Jun 19:03

Choose a tag to compare

  • Add Schemas:
    • gdbots:iam:mixin:twitter-app

v2.1.0

19 Jul 19:35

Choose a tag to compare

POSSIBLE BREAKING CHANGES

If using direct references to mixins (unusual) this update will break your code. The mixin classes are no longer created, so the mixin trait is now just the mixin methods injected into the concrete classes. Mixins only exist when defining schemas, they more or less disappear when compiled.

v2.0.4

17 Jul 20:21

Choose a tag to compare

Luckily v2.0.3 should never have been used. We named some messages inconsistently, fixing that in this version.

  • Rename Schemas:
    • gdbots:ncr:command:update-node-labels
    • gdbots:ncr:command:update-node-tags
    • gdbots:ncr:event:node-labels-updated
    • gdbots:ncr:event:node-tags-updated