Skip to content

v3.0.1

Choose a tag to compare

@gdbrown gdbrown released this 23 Dec 05:57
· 5 commits to master since this release
626109b

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.