Skip to content

Releases: WOVNio/wovnrb

3.7.1

09 Nov 02:52
2945e69
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.6.0...3.7.1

3.6.0

16 Feb 09:58
680a03f
Compare
Choose a tag to compare
  • added new option translate_canonical_tag that controls if existing canonical tag on the source HTML can be translated.
  • added new option api_timeout_search_engine_bots, an API timeout setting used separately for search engine bots only.

3.5.0

04 Jan 03:53
84c8e64
Compare
Choose a tag to compare
  • added the ability to send translation requests in JSON format

3.4.1

25 Nov 04:14
9f74e06
Compare
Choose a tag to compare

What's Changed

  • add default fallback logic to treat html-swapper response as plain text by @zeyuwu in #191
  • Bump path-parse from 1.0.6 to 1.0.7 in /docker/rails/TestSite by @dependabot in #184
  • Drop Nokogumbo in favor of latest Nokogiri by @amake in #192
  • Add rubocop-performance by @amake in #193
  • bump patch number to 3.4.1 by @bstewart00 in #194

New Contributors

Full Changelog: 3.3.1...3.4.1

3.3.1

22 Oct 07:25
684c6f6
Compare
Choose a tag to compare
  • added setting compress_api_requests with a default value of true. When enabled, the requests sent to WOVN's API endpoints will be compressed.
  • updated default settings and documentations such that Japanese is the default language, and the supported_langs setting now include the default_lang

3.2.0

04 Oct 02:03
e49a194
Compare
Choose a tag to compare
  • Improved logging by including a UUID with every request.

3.1.0

28 Sep 04:24
8d98bcd
Compare
Choose a tag to compare
  • Support versioning widget

3.0.3

28 Jul 02:47
2b09fa1
Compare
Choose a tag to compare
  • Update rubocop and fix errors #182
  • fix: Set default value of install_middleware #183

3.0.1

13 May 03:28
8ee8afe
Compare
Choose a tag to compare
  • Update gem information

3.0.0

14 Apr 06:31
b08da57
Compare
Choose a tag to compare

Add setting for disabling automatically inserting middleware. Change installation flow.
See README for installation details