- edison-microservice '3.4.0'
- edison-microservice '3.3.0'
- edison-microservice '3.1.6'
- edison-microservice '3.0.0' (WIP)
- edison-microservice '2.7.0'
- edison-microservice '2.4.7'
- aws_sdk '2.16.25'
- Update to edison 2.4.x and JDK 11
- Bugfix calculate memory usage
- Bugfix remove statistics tags
- Add memory metric
- Add metric values endpoint
- Update to aws-sdk-2.6.4 und edison 2.1.1
- Change Codahale Matrics to Micrometer Metrics
- Update to aws-sdk-preview-12
- Fix validation warning at startup
- Update to aws-sdk-preview-10
- Updated to edison 1.2.19
- introduce prefetching s3 togglz state repository
- Use preview 9 of AWS SDK 2
- introduce cache-ttl for s3 togglz state repository
- [edison-aws-config] Add paging again, because
recursive
is only loading the properties recursive from the path and is not doing the paging.
- Added paging for getParametersByPath, because it normally returns a maximum of 10 parameters. Also added unit tests for ParamStorePropertySourcePostProcessor.
- [edison-aws-config] add property
edison.aws.config.paramstore.addWithLowestPrecedence
to configure the precedence for ssm properties.
- Add support for dimensions when writing metrics
- Breaking change:
Remove AwsLdapConfiguration bean -
Set the new property
edison.ldap.encryptionType
in edison-microservice (1.2.8 or later) toSSL
to get the same behavior - Remove dependency to edison-core
- Update aws metrics to aws sdk 2.0.0
- Configure allowed metrics with wildcards
- Use localstack in S3ServiceIntegrationTest
- Fix sending empty attribute values to dynamodb. Caused strange exceptions.
- Replace empty Strings with null for DynamoDB
- Make appending log messages in DynamoDB Job Repository more efficient
- Fix bug with enabled jobs in Job Meta Repository
- Fix naming issues in dynamo db module
- Use preview 7 of AWS SDK 2
- dynamodb job repositories for edison jobs
- Refactor aws-metrics: do not use local aws credentials provider - use provider from aws-core
- Refactor S3Service.download(..) to not use StreamingResponseHandler to simplify testing
- Add edisons SSLLdapConnectionFactory config
- Migrated to AWS SDK 2.0.0-preview-4
- Renamed artifacts to edison-aws-*
- Unified properties: prefix is now edison.aws.*
- Using localstack instead of local installation of dynamo db
- Removed unused (and broken) DynamoJobRepository and DynamoTogglzRepository
Initial Release