Skip to content

Releases: matthiasnoback/microsoft-translator

v4.0.0

23 Aug 08:21
Compare
Choose a tag to compare

4.0.0 (2024-08-23)

Features

  • Added DictionaryLookupArray operation (64a24fc)
  • Each operation has its own character and array element limits now (64a24fc)

Fixes

  • Increased operation limits (811a984)
  • Removed deprecation notice (1d25327)

v4.0-beta2

22 Aug 07:24
4d36997
Compare
Choose a tag to compare

Removed deprecation message

v4.0-beta

24 Sep 12:57
Compare
Choose a tag to compare
  • Finally PHP 8.0 is supported now (PHP7 still supported)

  • Added DictionaryLookup call

  • Added PSR6 compatible Cache support

  • Upgraded to Buzz Browser v1.2

    • Any PSR7 compatible adapter should work with it
  • Some detected BC breaks

    • Dropped PHP5.6 compatibility
    • AzureTokenCache and CachedClient constructors changed to support PSR6 caches
      • This means Doctrine\Common\Cache\ArrayCache is no longer supported
    • Buzz Browser upgrade forces new initialization process

v3.2

17 May 09:52
Compare
Choose a tag to compare
  • Allowed custom URL for token provider.
  • Deprecated all (and old) Datamarket relative code.
  • Only PHP > 7.2 suppported from now on (eventhough, php5.6 does still work)

v3.1-beta

10 Sep 08:55
Compare
Choose a tag to compare
Removing unused file that caused an ambiguous class resolution warning

Microsoft Translator Text API V3 support

30 Apr 12:33
Compare
Choose a tag to compare

v0.6.1

06 Apr 10:37
1041599
Compare
Choose a tag to compare

Forced Buzz ^0.16 version because of BC breaks on 0.17

v0.6.0

30 Jan 14:15
Compare
Choose a tag to compare
Merge pull request #17 from Barnetik/master

Added Azure Token Provider