This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
Releases: ridi/platform-common
Releases · ridi/platform-common
[0.18.3] - 2020-03-11
[0.18.3] - 2020-03-11
Fixed
- Fixed
RedisCache
as checking condition whether the connection is alive when getting/setting value
[0.18.2] - 2020-03-06
[0.18.2] - 2020-03-06
Add
- Added function
removeDoubleSpace
to get rid of the spaces over one inStringUtils
[0.18.1] - 2020-02-21
[0.18.1] - 2020-02-21
Fixed
- Fixed property
client
to protected inRedisCache
[0.18.0] - 2020-02-21
[0.18.0] - 2020-02-21
Add
- Add
RedisCache
[0.17.6] - 2020-02-20
[0.17.6] - 2020-02-20
Add
- Add Function
getQueueAttributes
and DtoSqsQueueAttributeDto
inSqsService
Fixed
- Fix Function
sendMessage
that doesn't contain delay time in param to send message to use default value
:If you don't specify a value, the default value for the queue applies.
: https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-sqs-2012-11-05.html#sendmessage
Removed
- Removed fourth param
delay_seconds
from functionsendMessage
: ref #Fixed-01
[0.17.5] - 2020-02-17
[0.17.5] - 2020-02-17
Removed
- Removed
PlatformDtoTrait
[0.17.4] - 2020-02-17
[0.17.4] - 2020-02-17
Fixed
- Fix Functions to protected in
PlatformDtoTrait
[0.17.3] - 2020-02-17
[0.17.3] - 2020-02-17
Added
- Add Trait
PlatformDtoTrait
- Add Functions
importFromRequest
andimportFromArray
inPlatformDtoTrait
[0.17.2] - 2020-02-13
[0.17.2] - 2020-02-13
Added
- Add Function
getValuesByKey
andgetValuesByKeys
inRequestUtils
[0.17.1] - 2020-02-12
[0.17.1] - 2020-02-12
Fixed
- Fix Function Params to be more flexible in
SsmService