graphiti

Stylish Graph APIs

MIT License

Downloads
799.7K
Stars
949
Committers
70

Bot releases are hidden (Show)

graphiti - Release 1.4.0

Published by jkeen 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphiti-api/graphiti/compare/v1.3.9...v1.4.0

graphiti - Release 1.3.6

Published by richmolj over 2 years ago

Main highlight is supporting more rubies, but full changelog update is pending

graphiti - 1.2.44

Published by richmolj over 3 years ago

Fix for custom adapters not supporting offset-based pagination

graphiti - Don't blow up parsing invalid json strings

Published by richmolj over 3 years ago

graphiti - Don't show pagination links on #show endpoints

Published by richmolj over 3 years ago

graphiti - Fix issue with sideposted m2m validation

Published by richmolj over 3 years ago

graphiti - Don't blow up when missing/unexpected context

Published by richmolj over 3 years ago

graphiti - Allow unwritable PK when associating on create

Published by richmolj over 3 years ago

graphiti - Fix issue with multiple extra_attributes without blocks

Published by richmolj over 3 years ago

graphiti - Avoid requiring filter_groups in .find calls

Published by richmolj over 3 years ago

graphiti -

Published by wadetandy over 3 years ago

graphiti - 1.2.25

Published by richmolj about 4 years ago

graphiti - 1.2.24

Published by richmolj about 4 years ago

graphiti -

Published by richmolj about 4 years ago

graphiti -

Published by richmolj about 4 years ago

graphiti - Fix memory leak in debugger

Published by richmolj about 4 years ago

graphiti - 1.2.20

Published by richmolj over 4 years ago

graphiti - Fix on_extra_attribute on association

Published by richmolj over 4 years ago

graphiti - Bug fixes

Published by richmolj over 4 years ago

graphiti - Fix issue with three-level sideposting

Published by richmolj over 4 years ago

If creating an employee with 2 positions, and associating each of those positions to the same pre-existing department, there could be adverse side-effects. This release fixes the issue.