1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
fog--fog-aws/CHANGELOG.md
2016-09-22 15:29:16 -07:00

32 KiB

Change Log

v0.12.0 (2016-09-22)

Full Changelog

Implemented enhancements:

Closed issues:

  • Fog directory appends local system path with amazon url when i try to give dynamic fog directory #295
  • Getting OperationAborted error on file storage operation #288
  • AWS Elasticsearch API #286
  • Disable chunked encoding #285

Merged pull requests:

  • add support endpoint and models/requests for trusted advisor checks #300 (ehowe)
  • Add attribute is_default in vpc #299 (zhitongLBN)
  • Cloud Formation: additional parameters #298 (neillturner)
  • Cloud Formation: support for change sets, stack policy and other missing calls. #297 (neillturner)

v0.11.0 (2016-08-04)

Full Changelog

Merged pull requests:

  • GitHub does no longer provide http:// pages #284 (amatsuda)
  • Skip multipart if body size is less than chunk. #283 (brettcave)
  • ECS container credentials #281 (ryansch)
  • test(ci): fix 1.9 builds with json >= 2.0 #280 (lanej)
  • Change DBSubnetGroup to DBSubnetGroupName model cluster while creation #279 (chanakyacool)

v0.10.0 (2016-07-15)

Full Changelog

Closed issues:

  • How to setup private files with CloudFront? #275
  • Feature: Custom Managed Policies #272
  • Question: which aws-sdk version is used #270
  • Support an IAM list_attached_role_policies method #191

Merged pull requests:

v0.9.4 (2016-06-28)

Full Changelog

Closed issues:

  • S3: retry on 503 Service Unavailable #265
  • Digest::Base Error #261

Merged pull requests:

v0.9.3 (2016-06-20)

Full Changelog

Closed issues:

  • Users list is empty in Fog::AWS::IAM::Groups #256
  • I'd like to configure my Excon read_timeout and write_timeout #254
  • Bump fog-core to >=1.38.0 #247
  • no implicit conversion of Array into String in aws/storage.rb from bucket\_name in params. #246
  • S3
  • CloudFormation stack tags cause describe_stacks to break #240

Merged pull requests:

  • Parse EbsOptimized parameter in launch configuration description #259 (djudd)
  • Allow case-insensitive record comparison #258 (mpick92)
  • Fix for empty ETag values #257 (baryshev)
  • do not make requests if mocked. #252 (shaiguitar)
  • Parse CloudWatch alarm actions as arrays instead of strings #245 (eherot)
  • Add support for CloudFormation stack tags. #241 (jamesremuscat)
  • Add log warning message about when not on us-region #200 (kitofr)

v0.9.2 (2016-03-23)

Full Changelog

Closed issues:

  • CHANGELOG.md is out of date #235

Merged pull requests:

v0.9.1 (2016-03-04)

Full Changelog

v0.8.2 (2016-03-04)

Full Changelog

Merged pull requests:

v0.9.0 (2016-03-03)

Full Changelog

Closed issues:

  • Fog::Storage::AWS::File#save deprecation warning without alternative #226
  • Long format of aws resources #216

Merged pull requests:

v0.8.1 (2016-01-08)

Full Changelog

Merged pull requests:

v0.8.0 (2016-01-04)

Full Changelog

Fixed bugs:

  • IAM roles.all should paginate #176

Closed issues:

  • Fog gives wrong location for buckets when connected via non-default region #208
  • Is there any way to skip object level acl setting while public option is true #207
  • using/testing on ruby 1.9 #203
  • S3 KMS encryption support #196
  • Support S3 auto-expiring files? #194
  • Fog::AWS::ELB::InvalidConfigurationRequest: policy cannot be enabled #193
  • get_https_url generating negative expiry #188
  • Streaming requests shouldn't be idempotent #181
  • S3 connection hangs; does Fog support timeout? #180
  • Doesn't work after upgrading to 0.1.2 #83

Merged pull requests:

  • When not specified, region for a bucket should be DEFAULT_REGION. #211 (jamesremuscat)
  • Support NoncurrentVersion[Expiration,Transition] for s3 lifecycle. #210 (xtoddx)
  • Update dynamodb to use the latest API version #209 (dmathieu)
  • Make sure to send the KmsKeyId when creating an RDS cluster #206 (drcapulet)
  • Reset 'finished' when rewinding S3Streamer #205 (jschneiderhan)
  • Add mime-types to test section in Gemfile #204 (kitofr)
  • filters on tags can pass an array #202 (craiggenner)
  • Document options for S3 server-side encryption #199 (shuhei)
  • make net/ssh require optional #197 (geemus)
  • Cache cluster security group parser #190 (eherot)
  • Allow region to be set for STS #189 (fcheung)
  • add cn support for s3 #187 (ming-relax)
  • mock instance stop and start properly #184 (ehowe)
  • Disable idempotent option when block is passed to get_object #183 (wangteji)
  • Yield arguments to Mock#get_object block more similar to Excon #182 (tdg5)
  • add IAM role paging #178 (lanej)
  • properly mock rds name update #170 (ehowe)

v0.7.6 (2015-08-26)

Full Changelog

Closed issues:

  • mock directories.create destroys existing directory #172

Merged pull requests:

  • Add GovCloud region name to validation set. #175 (triplepoint)
  • Mocked put_bucket no longer clobbers existing bucket #174 (jgr)

v0.7.5 (2015-08-24)

Full Changelog

Closed issues:

  • how to change filepath for html_table_reporter in reporter options #167
  • Access Key, etc still required for Storage access when using use_iam_profile #162
  • Support for KMS ID for EBS Volume #141

Merged pull requests:

  • validate rds server security group associations #173 (lanej)
  • format security groups when modifying db instance #171 (michelleN)
  • standardize region validation #169 (lanej)
  • expose elb region #168 (lanej)
  • volume#key_id and encrypted tests #165 (lanej)
  • raise InvalidParameterCombination error #163 (michelleN)
  • storage request bad xml schema for put bucket notification fix #161 (bahchis)
  • Use regex instead of string matching to support redirect correctly when path_style is set to true #159 (drich10)
  • update #promote_read_replica mock #158 (lanej)

v0.7.4 (2015-07-30)

Full Changelog

Fixed bugs:

  • Route53 zone listing fix and support for private hosted zones #154 (solud)

Merged pull requests:

  • AutoScaling attach/detach ELB support + tests #156 (nbfowler)

v0.7.3 (2015-07-10)

Full Changelog

Closed issues:

  • "Error: The specified marker is not valid" after upgrade to 0.7.0 #148

Merged pull requests:

v0.7.2 (2015-07-08)

Full Changelog

Fixed bugs:

  • NoMethodError trying to create a new AWS Route53 entry using version 0.7.1 #150

Merged pull requests:

  • fix #change_resource_record_sets #151 (lanej)

v0.7.1 (2015-07-08)

Full Changelog

Merged pull requests:

v0.7.0 (2015-07-07)

Full Changelog

Closed issues:

  • Add support for AWS Lambda #124

Merged pull requests:

  • Describe vpcPeeringConnectionId #146 (fdr)
  • Adds isDefault to parser for describe_vpcs #144 (gregburek)
  • Support kinesis #143 (mikehale)
  • The :geo_location attribute needs to be xml formatted before calling aws #142 (carloslima)
  • Escape Lambda function name in request paths #140 (nomadium)
  • list_hosted_zones expects that options to be hash with symbol as key #139 (slashmili)

v0.6.0 (2015-06-23)

Full Changelog

Merged pull requests:

v0.5.0 (2015-06-17)

Full Changelog

Merged pull requests:

v0.4.1 (2015-06-15)

Full Changelog

Closed issues:

  • Fog doesn't support storage_type or gp2 for RDS? #129
  • Fog-aws not working with Hitachi #122
  • "NoMethodError: undefined method `body' for #<Fog::DNS::AWS::Error:0x007f6c673e1720>" #112
  • Add support for EC2 Container Service ECS #93

Merged pull requests:

v0.4.0 (2015-05-27)

Full Changelog

Merged pull requests:

v0.3.0 (2015-05-21)

Full Changelog

Closed issues:

  • How to determine the disableApiTermination attribute value #98

Merged pull requests:

  • support iam/get_user without username #114 (lanej)
  • Added a new request - describe_instance_attribute #110 (nilroy)

v0.2.2 (2015-05-13)

Full Changelog

v0.2.1 (2015-05-13)

Full Changelog

Merged pull requests:

v0.2.0 (2015-05-13)

Full Changelog

Implemented enhancements:

  • update RDS to 2014-10-31 version #107 (lanej)

Closed issues:

  • IAM authentication not compatible with GovCloud #100
  • Enabling termination protection #95
  • SSLv3 deprecation: action required? #88

Merged pull requests:

v0.1.2 (2015-04-07)

Full Changelog

Closed issues:

  • Ruby warnings Comparable & Return nil #81
  • CircleCI failing #80
  • Heroku error #77
  • Repeatable signed urls for the same expiry #65

Merged pull requests:

  • Handle missing parameters in describe_spot_price_history request #82 (nomadium)
  • create db instance in the correct region #79 (lanej)
  • Remove assignment within conditional in File#body #78 (greysteil)
  • mock DescribeDBEngineVersions #76 (ehowe)
  • Fix blank content-encoding when none is supplied #75 (fcheung)
  • rds
  • Fix for undefined method map' for nil:NilClass` #73 (mattheworiordan)
  • Resource record sets bug fix + support eu-central-1 #72 (mattheworiordan)
  • Fix EC2 security groups where SSH inbound rule isn't first #71 (ayumi)
  • eu-central missing from Fog::Compute::AWS::Mock #70 (wyhaines)
  • Remove executable bit from files. #69 (voxik)
  • Remove Mac specific files. #68 (voxik)
  • Stringify keys for query parameters #67 (jfmyers9)
  • Mock method for AWS S3 post_object_hidden_fields #63 (byterussian)
  • Reduce loading time #62 (plribeiro3000)
  • Add support for cname buckets #61 (dsgh)

v0.1.1 (2015-02-25)

Full Changelog

Closed issues:

  • head_url signed #47
  • AWS Credentials required when using IAM Profile #44

Merged pull requests:

  • Support for IAM managed policies #60 (fcheung)
  • Fix for ScanFilter parameters #58 (nawaidshamim)
  • dns
  • aws|compute
  • aws|compute
  • not allowed to delete a "revoking" rds firewall #54 (lanej)
  • raise when destroying an ec2 firewall authorized to an rds firewall #53 (lanej)
  • Making it easier to get pre-signed head requests #51 (mrloop)
  • Support customer encryption headers in multipart uploads #50 (lautis)
  • don't allow sg authorization to unknown sgs #49 (lanej)

v0.1.0 (2015-02-03)

Full Changelog

Closed issues:

  • AWS Launch Configuration missing Ebs.Volume_Type #18

Merged pull requests:

  • Fix v4 signature when path has repeated slashes in the middle #46 (fcheung)
  • get signin token for federation #45 (ehowe)
  • add 'volumeType' and 'encrypted' to blockDeviceMapping parser #43 (ichii386)
  • default namespace and evaluation period on alarm #37 (michelleN)

v0.0.8 (2015-01-27)

Full Changelog

Closed issues:

  • NoMethodError - undefined method `signature_parameters' for nil:NilClass #28

Merged pull requests:

  • add missing mocks #41 (michelleN)
  • Add idempotent excon option to some route53 API calls #40 (josacar)
  • Allow for AWS errors not specifying region #39 (greysteil)
  • correct engine version param on rds replicas #38 (lanej)
  • AWS|Autoscaling
  • AWS|Storage
  • BUGFIX: When fog_credentials endpoint is set @region defaults to nil #33 (nicholasklick)
  • AWS|Autoscaling
  • fix autoscaling activities collection setup #31 (fcheung)
  • Add PlacementTenancy to launch configuration parser and test case #29 (benpillet)
  • Use Fog::Formatador #27 (starbelly)

v0.0.7 (2015-01-23)

Full Changelog

Closed issues:

  • SSL Error on S3 connection #9

Merged pull requests:

  • simulate sns confirmation message #36 (lanej)
  • Support for VPC Classic Link #3 (fcheung)

v0.0.6 (2015-01-12)

Full Changelog

Closed issues:

  • missed files #1

Merged pull requests:

  • AWS|Core
  • another attempt at s3 region redirecting #2 (geemus)

v0.0.5 (2015-01-06)

Full Changelog

v0.0.4 (2015-01-04)

Full Changelog

v0.0.3 (2015-01-02)

Full Changelog

v0.0.2 (2015-01-02)

Full Changelog

v0.0.1 (2015-01-02)

* This Change Log was automatically generated by github_changelog_generator