Changelog
🚀 Features
- Building CoreGraphQLQueryGroup from SDK runs @BeArchiTek (#2028)
- Support integration tests in test framework @gmazoyer (#2036)
- Support for using upsert from
node.save()
@BeArchiTek (#2005) - Support for read-only repositories @ajtmccarty (#1794)
🐛 Bug Fixes
- Fixes batch exception issue with async batch @BeArchiTek (#2039)
- Fix
_strip_unmodified_dict()
issue with parent @BeArchiTek (#2058) - Fix GraphQL relationship mutation of kind GROUP and COMPONENT @wvandeun (#2023)
🧰 Maintenance
- Fix type hint for base client config parameter @gmazoyer (#2052)
- Set node ID in
_generate_input_data()
@BeArchiTek (#2002 and #2049) - Remove GroupSchema from the Schema @dgarros (#1990)
- Rename
RFile
toJinja2Transform
@ogenstad @gmazoyer (#1952 and #2026) - Refactor clients
.filters()
functions @gmazoyer (#1999) - Remove public queries & mutations for namespace Internal @ogenstad (#1950)
- Update the requirements for Pendulum @dgarros (#2073)