Skip to content

Releases: Ninjaman494/Hanji-Server

Version 2.5.4

14 Jan 00:37
Compare
Choose a tag to compare

Summary

  • Added autocorrect support
  • Migrated to MongoDB Atlas Search. This fixes a bug where search results sometimes have duplicated results when using the cursor, which was caused by inconsistent results across queries
  • Updated App Engine runtime to Node.JS v20
  • Removed Cloud Debugger API because it's been deprecated
  • Updated dependencies

What's Changed

Full Changelog: v2.5.3...v2.5.4

Version 2.5.3

01 May 12:40
c17201f
Compare
Choose a tag to compare

Summary

  • Conjugator detects always honorific verbs/adjectives and conjugates them in honorific form only. API also returns alwaysHonorific flag
  • Fixed typing of regular flag in conjugation resolvers
  • Fixed a bug where some dependencies were incorrectly marked as dev dependencies, causing the server to fail on GCP
  • Updated dependencies

What's Changed

Full Changelog: v2.5.2...v2.5.3

Version 2.5.2

31 Dec 22:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.5.2

Version 2.5.1

10 Dec 20:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

Version 2.5.0

04 Dec 18:03
ded1223
Compare
Choose a tag to compare

Summary

  • Created a new getConjugations query that combines and will eventually replace the conjugations and favorites queries.
  • Updated dependencies

What's Changed

Full Changelog: v2.4.0...v2.5.0

Version 2.4.0

20 Nov 02:50
Compare
Choose a tag to compare

BREAKING CHANGE: As part of the refactor, the examples endpoint and the create/edit/apply suggestion endpoints have been deleted. The deletion of the examples endpoint is a breaking change for old versions of the native Android app.

Summary

  • Updated dependencies
  • Refactored code in feature folders (#126)
  • Set deploy-appengine version to v1, it was previously set to main (#135)
  • Fixed a bug in some queries where receiving an empty string would throw an error (#135)

What's Changed

Full Changelog: v2.3.0...v2.4.0

Version 2.3.0

31 Jul 17:06
Compare
Choose a tag to compare

Summary

  • Updated a bunch of dependencies via Renovate
  • Added createSurveySubmission mutation for sending survey submissions to the database

What's Changed

Full Changelog: v2.2.2...v2.3.0

Version 2.2.2

28 Dec 20:55
4fafc27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

Version 2.2.1

21 Dec 23:02
Compare
Choose a tag to compare

What's Changed

  • Added apollo-datasource as a dependency to fix deployment issue
  • Use an action to create .env file in deploy workflow

Full Changelog: v2.2.0...v2.2.1

Version 2.2.0

21 Dec 22:28
96d45f8
Compare
Choose a tag to compare

Summary

  • Updated a bunch of dependencies via Renovate.
  • Added sendBugReport mutation for sending bug reports via Slack
  • Added tests for datasources and cleaned up testing code in general

What's Changed

Full Changelog: v2.1.2...v2.2.0