Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Releases: reearth/reearth-backend

v0.10.0

10 Aug 10:58
Compare
Choose a tag to compare

πŸš€ Features

  • Configurable server host 61b03a

Miscellaneous Tasks

  • Add new frontend endpoint (for Vite@3) 70fed0
  • Fix changelog [skip ci] 895a64

v0.9.0

20 Jul 03:32
Compare
Choose a tag to compare

πŸš€ Features

  • Change layer indicators from preset list from backend side (#158) 0267f1

πŸ”§ Bug Fixes

  • Property fields in a property list cannot be removed (#160) 358237

πŸ§ͺ Testing

  • Unit test for mongo auth request repo (#159) 5afc81

Miscellaneous Tasks

  • Update Makefile to remove unused targets 67780b

v0.8.0

17 Jun 10:46
Compare
Choose a tag to compare

πŸš€ Features

  • Add totalCount field to DatasetSchema type of GraphQL schema (#154) ab6334
  • Add timeline settings to scene property (#153) 602ec0

πŸ”§ Bug Fixes

  • Assets are not saved when files are uploaded (#155) e444e4

✨ Refactor

  • Declarative description of use case structure (asset only) (#151) c6e98c

Miscellaneous Tasks

rc

14 Jun 10:58
Compare
Choose a tag to compare
rc Pre-release
Pre-release

v0.7.0

17 May 09:36
Compare
Choose a tag to compare

πŸš€ Features

  • Add an opacity slider to map tiles (#138) 4f72b8

πŸ”§ Bug Fixes

  • Signup api requires password field a79376
  • "$in needs an array" error from mongo FindByIDs (#142) 58e1b0
  • Name field is available again in signup api (#144) 651852

✨ Refactor

πŸ§ͺ Testing

Miscellaneous Tasks

v0.6.1

20 Apr 07:22
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

  • Renovate bot not running on schedule (#136) 82843f
  • Aud was changed and jwt could not be validated correctly 985100
  • Auth audiences were unintentionally required 7ec76a

✨ Refactor

  • Introduce generics, reorganize GraphQL schema (#135) 04a098

Miscellaneous Tasks

v0.6.0

08 Apr 08:54
Compare
Choose a tag to compare

πŸš€ Features

  • Authentication system (#108) b89c32
  • Default mailer that outputs mails into stdout aab26c
  • Assets filtering & pagination (#81) 739943
  • Support sign up with information provided by OIDC providers (#130) fef60e

πŸ”§ Bug Fixes

  • Load auth client domain from config (#124) 9bde8a
  • Signup fails when password is not set 27c2f0
  • Logger panics d1e3a8
  • Set auth server dev mode automatically 83a66a
  • Auth server bugs and auth client bugs (#125) ce2309
  • Auth0 setting is not used by JWT verification middleware 232e75
  • Invalid mongo queries of pagination 7caf68
  • Auth config not loaded expectedly 570fe7
  • Users cannot creates a new team and scene 5df25f
  • Auth server certificate is not saved as pem format 982a71
  • Repo filters are not merged expectedly f4cc3f
  • Auth is no longer required for GraphQL endpoint 58a6d1
  • Rename auth srv default client ID (#128) 89adc3
  • Signup API is disabled when auth server is disabled, users and auth requests in mongo cannot be deleted (#132) 47be6a
  • Auth to work with zero config (#131) 3cbb45
  • Property.SchemaListMap.List test fails 3e6dff
  • Errors when auth srv domain is not specified 10691a
  • Errors when auth srv domain is not specified 648073
  • Login redirect does not work cb6ca4
  • Enable auth srv dev mode when no domain is specified 0c0e28
  • Add a trailing slash to jwt audiences e96f78
  • Allow separate auth server ui domain 0ce79f

⚑️ Performance

  • Reduce database queries to obtain scene IDs (#119) 784332

✨ Refactor

  • Remove filter args from repos to prevent implementation errors in the use case layer (#122) 82cf28
  • Http api to export layers 3f2582

Miscellaneous Tasks

v0.5.0

24 Feb 06:48
Compare
Choose a tag to compare

πŸš€ Features

  • Implement property.Diff and plugin/manifest.Diff (#107) 700269
  • Support 3rd party plugin translation (#109) 67a618
  • Improve the Infobox style (manifest) (#110) 7aebcd
  • Overwrite installation of new plug-ins without removing (automatic property migration) (#113) 2dc192
  • Update infobox style fields (#115) 608436

πŸ”§ Bug Fixes

  • Scene exporter should export layers and tags while maintaining the tree structure (#104) 805d78
  • Property field in groups in list cannot be updated correctly 5009c5
  • Scenes and properties are not updated properly when plugin is updated 861c4b
  • Scene widgets and blocks are not update properly when plugin is updated f66f9a

✨ Refactor

Miscellaneous Tasks

  • Update all dependencies (#111) 173881
  • Increase batch size of db migration [ci skip] fbbca4

v0.4.0

27 Jan 10:33
Compare
Choose a tag to compare

πŸš€ Features

  • Add "clamp to ground" option to file primitive (#95) 559194
  • Infobox and text block padding (#100) ddd0db

⚑️ Performance

  • Add indexes of mongo collections (#98) 691cb7

✨ Refactor

v0.3.0

11 Jan 07:43
Compare
Choose a tag to compare

πŸš€ Features

πŸ”§ Bug Fixes

  • Terrain fields of scene property 5e3d25
  • Numbers are not decoded from gql to value 2ddbc8
  • Layers have their own tags separate from the scene (#90) c4fb9a
  • Return property with clusters data (#89) 1b99c6
  • Cast values, rename value.OptionalValue (#93) ba4b18
  • Synchronize mongo migration (#94) db4cea

πŸ“– Documentation

  • Add pkg.go.dev badge to readme 91f9b3

✨ Refactor

  • Make property.Value and dataset.Value independent in pkg/value (#77) 73143b

Miscellaneous Tasks

  • Fix plugin manifest JSON schema 2b57b1