Skip to content

Adjust data type for position, options_limit

Choose a tag to compare

@stanlp1 stanlp1 released this 16 Sep 19:12
· 9 commits to master since this release

What's Changed

  • Breaking Change: Updated position, optionsLimit datatypes for FacetConfiguration, FacetOptionConfiguration classes. by @mocca102 in #161

    • Datatypes forposition and optionsLimit fields have changed from int to Integer.
    • If your code relied on the old types, you’ll need to update your integration accordingly (e.g., cast values)
    • Check your facet configuration code for these fields before upgrading.
  • Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.18.0 in /constructorio-client by @dependabot[bot] in #163

Full Changelog: v6.4.5...v7.0.0