Skip to content

Releases: NikolayS/postgrest-translation-proxy

New apis

07 Mar 10:02
f7ebb99
Compare
Choose a tag to compare
Merge pull request #20 from NikolayS/new_apis

New_apis

Report annoying source=target cases

28 Oct 18:47
Compare
Choose a tag to compare
2.3

Raise exception when source=target in

improved error reporting

25 Oct 00:24
Compare
Choose a tag to compare
  • when google responds with "400 bad request", it sends HTML, not JSON. Now it's processed properly

more efficient (2K limit); begin_at/end_at

24 Oct 21:59
Compare
Choose a tag to compare
  • new begin_at/end_at config params to control when Google Translate API is called
  • much more stable (and correct) google_translate.urlencode() function
  • use md5 when indexing google_translate.cache to avoid index key overflow

postgrest-google-translate 1.0

15 Oct 00:20
Compare
Choose a tag to compare
  • caching
  • multiple phrases in single query
  • REST API method (PostgREST) /rpc/google_translate and /rpc/google_translate_array
  • if Google Translation API responds with an error, use its message to report in SQL context