Releases: fractal6/fractal6.go
Releases · fractal6/fractal6.go
v0.8.3
⛰️ Features
- New makeowner endpoint + notif + allow owners to leave if not alone.
- Allow @cascade trick + dgraph query bridge refactor
🐛 Bug Fixes
- Improve user notification for member linked or unlinked (or left)
- Remove empty contract references when deleting a contract.
- Fix empty string first-link in NodeFragment
🚜 Refactor
- Simplify project Project Column update resolver.
⚙️ Miscellaneous
- Format with gofumpt
Schema
- Add build info in schema
- changes included in https://github.com/fractal6/fractal6-ui.elm/releases/tag/0.8.3
v0.8.2
v0.8.1
- Update to latest client version https://github.com/fractal6/fractal6-ui.elm/releases/tag/0.8.1
v0.8
New
- [feat][major] add new Project view feature.
- [schema][major] add Project data structure: https://fractale.co/tension/f6/0x33ea36
- [schema][major] merge Fractale schemas in schema/.
- [schema][major] externalize and decompose auth rules in schema/.
- [api] add Project, ProjectColumn, ProjectCard and ProjectDraft resolvers.
- [api] add Gamma dql generic query function + add some generics functions.
- [route] add the password update route.
- [cli] add deluser command.
Changed
- Update License year.
- refactor: node resolver.
Fixed
- Automatically watch organization when joining it
- Prevent node to be moved in a role
- Delete some reverse node when deleting users that was missing.
v0.7.10
v0.7.9
- build: make schema compatible with dgraph v22
- buid: add options to contrib/dgraph configs file to change ports.
- refactor: update resolvers with bridge query
- refactor: make DgraphQueryResolverRaw obsolete with new Dgraph bridge resolver using proper inputs [WIP]
- fix/schema:Fix duplicate issue with artefact case; make w_* effective with *Filter input in schema.
- fix/updateAretefact: allow duplicate artefacts to be added to circles even if not at root circle.
- fixed variable defined ut not used in dql delete tension.
- improve topLabels query to fix label context queries
- add quote to count2 query to allow string with sp
- fix count2 query to handle space characters.
- new mockup screenchots
- Update go.mod
v0.7.5
v0.7.4
Changed
- Set/restrict notification policy
Fixed
- allow multiple label and assignee events to be published at once
- new orga watchers useless copy to children/
- remove Alert type hint for alert notification.
- fix deep delete mutation
- schema: remove Node.mandate and NodeFragment.children obsolete fields.
- propagate change in tension history when updating labels.
v0.7.3
v0.7.2
New
- Count user notifications and asssigned tension with getUserCount.
- Remove assigned tensions of an user that leaves an organization.
- build: add dgraph service files.
Fixed
- mailer: footpage for Announcement tension with link to unsubscribe.
- mailer: footpage for Alert tension with link to leave organization.
- mailer: mail subject is now quoted to escape special character.
- Make a user watch an organisation when they creates it.
- add some tests/
- fix cookie Expires date and token validity time.
- allow Label edition for labels defined in multiple circles (only editable from the root circle).
- fix bug that prevented user to leave an organization due a bad nameid check.
- fix duplicate email sent for mention user and ref tension.
- fix wrong notification message sent when comments where sent in a short timestamp.