fastly 8.0.1 → 8.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +198 -130
  3. data/Gemfile.lock +1 -1
  4. data/README.md +13 -7
  5. data/docs/{ErrorResponse.md → AutomationTokenErrorResponse.md} +1 -1
  6. data/docs/AutomationTokensApi.md +2 -2
  7. data/docs/Backend.md +1 -1
  8. data/docs/BackendApi.md +4 -4
  9. data/docs/BackendResponse.md +1 -1
  10. data/docs/BillingInvoicesApi.md +96 -0
  11. data/docs/Director.md +1 -1
  12. data/docs/DirectorApi.md +2 -2
  13. data/docs/DirectorResponse.md +1 -1
  14. data/docs/DomainInspectorHistoricalApi.md +4 -4
  15. data/docs/DomainInspectorRealtimeEntry.md +1 -1
  16. data/docs/Error.md +13 -0
  17. data/docs/ErrorResponseData.md +11 -0
  18. data/docs/Invoice.md +18 -0
  19. data/docs/InvoiceResponse.md +18 -0
  20. data/docs/Invoicelineitems.md +18 -0
  21. data/docs/KvStoreApi.md +1 -1
  22. data/docs/ListInvoicesResponse.md +11 -0
  23. data/docs/Listinvoices.md +11 -0
  24. data/docs/LoggingScalyrAdditional.md +1 -1
  25. data/docs/LoggingScalyrApi.md +4 -4
  26. data/docs/LoggingScalyrResponse.md +1 -1
  27. data/docs/Metadata.md +13 -0
  28. data/docs/OriginInspectorHistoricalApi.md +4 -4
  29. data/docs/OriginInspectorRealtimeEntry.md +1 -1
  30. data/docs/PoolAdditional.md +1 -1
  31. data/docs/PoolApi.md +4 -4
  32. data/docs/PoolResponse.md +1 -1
  33. data/docs/PoolResponsePost.md +1 -1
  34. data/docs/Pop.md +2 -2
  35. data/docs/PublishApi.md +1 -1
  36. data/docs/RealtimeEntry.md +1 -1
  37. data/docs/Results.md +2 -0
  38. data/docs/SecretStoreApi.md +4 -2
  39. data/docs/SecretStoreItemApi.md +2 -2
  40. data/docs/ServiceDetail.md +1 -1
  41. data/docs/ServiceListResponse.md +2 -2
  42. data/docs/ServiceListResponseAllOf.md +2 -2
  43. data/docs/ServiceResponse.md +1 -1
  44. data/docs/ServiceResponseAllOf.md +1 -1
  45. data/docs/TlsConfigurationResponseAttributes.md +1 -1
  46. data/docs/TlsConfigurationResponseAttributesAllOf.md +1 -1
  47. data/docs/TlsCsr.md +10 -0
  48. data/docs/TlsCsrData.md +12 -0
  49. data/docs/TlsCsrDataAttributes.md +20 -0
  50. data/docs/TlsCsrErrorResponse.md +10 -0
  51. data/docs/TlsCsrResponse.md +10 -0
  52. data/docs/TlsCsrResponseAttributes.md +10 -0
  53. data/docs/TlsCsrResponseData.md +13 -0
  54. data/docs/TlsCsrsApi.md +52 -0
  55. data/docs/TlsSubscriptionResponseAttributes.md +1 -0
  56. data/docs/TlsSubscriptionResponseAttributesAllOf.md +1 -0
  57. data/docs/TokensApi.md +1 -1
  58. data/docs/TypeTlsCsr.md +9 -0
  59. data/docs/VclApi.md +1 -1
  60. data/docs/WafActiveRulesApi.md +1 -1
  61. data/lib/fastly/api/automation_tokens_api.rb +3 -3
  62. data/lib/fastly/api/backend_api.rb +4 -4
  63. data/lib/fastly/api/billing_invoices_api.rb +151 -0
  64. data/lib/fastly/api/director_api.rb +2 -2
  65. data/lib/fastly/api/domain_inspector_historical_api.rb +4 -4
  66. data/lib/fastly/api/kv_store_api.rb +2 -2
  67. data/lib/fastly/api/logging_scalyr_api.rb +4 -4
  68. data/lib/fastly/api/origin_inspector_historical_api.rb +4 -4
  69. data/lib/fastly/api/pool_api.rb +4 -4
  70. data/lib/fastly/api/publish_api.rb +2 -2
  71. data/lib/fastly/api/secret_store_api.rb +5 -2
  72. data/lib/fastly/api/secret_store_item_api.rb +2 -2
  73. data/lib/fastly/api/tls_csrs_api.rb +83 -0
  74. data/lib/fastly/api/tokens_api.rb +2 -2
  75. data/lib/fastly/api/vcl_api.rb +2 -2
  76. data/lib/fastly/api/waf_active_rules_api.rb +2 -2
  77. data/lib/fastly/configuration.rb +18 -0
  78. data/lib/fastly/models/{error_response.rb → automation_token_error_response.rb} +3 -3
  79. data/lib/fastly/models/backend.rb +1 -1
  80. data/lib/fastly/models/backend_response.rb +1 -1
  81. data/lib/fastly/models/director.rb +1 -1
  82. data/lib/fastly/models/director_response.rb +1 -1
  83. data/lib/fastly/models/domain_inspector_realtime_entry.rb +1 -1
  84. data/lib/fastly/models/error.rb +243 -0
  85. data/lib/fastly/models/error_response_data.rb +225 -0
  86. data/lib/fastly/models/event_attributes.rb +2 -2
  87. data/lib/fastly/models/invoice.rb +298 -0
  88. data/lib/fastly/models/invoice_response.rb +305 -0
  89. data/lib/fastly/models/invoicelineitems.rb +297 -0
  90. data/lib/fastly/models/list_invoices_response.rb +234 -0
  91. data/lib/fastly/models/listinvoices.rb +227 -0
  92. data/lib/fastly/models/logging_scalyr_additional.rb +1 -1
  93. data/lib/fastly/models/logging_scalyr_response.rb +1 -1
  94. data/lib/fastly/models/metadata.rb +250 -0
  95. data/lib/fastly/models/origin_inspector_realtime_entry.rb +1 -1
  96. data/lib/fastly/models/pool_additional.rb +1 -1
  97. data/lib/fastly/models/pool_response.rb +1 -1
  98. data/lib/fastly/models/pool_response_post.rb +1 -1
  99. data/lib/fastly/models/pop.rb +2 -2
  100. data/lib/fastly/models/realtime_entry.rb +1 -1
  101. data/lib/fastly/models/relationship_tls_certificate.rb +1 -1
  102. data/lib/fastly/models/relationship_tls_configuration.rb +1 -1
  103. data/lib/fastly/models/results.rb +21 -1
  104. data/lib/fastly/models/service_detail.rb +1 -1
  105. data/lib/fastly/models/service_list_response.rb +2 -2
  106. data/lib/fastly/models/service_list_response_all_of.rb +2 -2
  107. data/lib/fastly/models/service_response.rb +1 -1
  108. data/lib/fastly/models/service_response_all_of.rb +1 -1
  109. data/lib/fastly/models/tls_configuration_response_attributes.rb +1 -1
  110. data/lib/fastly/models/tls_configuration_response_attributes_all_of.rb +1 -1
  111. data/lib/fastly/models/tls_csr.rb +216 -0
  112. data/lib/fastly/models/tls_csr_data.rb +236 -0
  113. data/lib/fastly/models/tls_csr_data_attributes.rb +358 -0
  114. data/lib/fastly/models/tls_csr_error_response.rb +218 -0
  115. data/lib/fastly/models/tls_csr_response.rb +216 -0
  116. data/lib/fastly/models/tls_csr_response_attributes.rb +217 -0
  117. data/lib/fastly/models/tls_csr_response_data.rb +245 -0
  118. data/lib/fastly/models/tls_subscription_data_attributes.rb +2 -2
  119. data/lib/fastly/models/tls_subscription_response_attributes.rb +14 -4
  120. data/lib/fastly/models/tls_subscription_response_attributes_all_of.rb +14 -4
  121. data/lib/fastly/models/type_tls_csr.rb +34 -0
  122. data/lib/fastly/version.rb +1 -1
  123. data/lib/fastly.rb +19 -1
  124. data/sig.json +1 -1
  125. metadata +40 -4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [v8.1.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v8.1.0) (2024-02-28)
4
+
5
+ **Enhancements:**
6
+
7
+ - feat(billing): add 'get invoice by invoice ID' endpoint.
8
+ - feat(billing): add 'list invoices' endpoint.
9
+ - feat(image_opto): add 'shield' and 'transform' methods and fields.
10
+ - feat(secret_store): add 'name' filter.
11
+ - feat(tls): add 'create CSR' endpoint.
12
+ - feat(tls_subscription): add 'active order' methods and fields.
13
+
14
+ **Documentation:**
15
+
16
+ - doc(backend) fix openssl link.
17
+ - doc(director,domain_inspector,pool,realtime) fix POPs link.
18
+ - doc(service) fix service version link.
19
+ - doc(tls) fix activation link.
20
+
3
21
  ## [v8.0.1](https://github.com/fastly/fastly-ruby/releases/tag/release/v8.0.1) (2024-02-19)
4
22
 
5
23
  **Bug fixes:**
@@ -280,10 +298,10 @@ Substantial changes were made to the underlying OpenAPI specification that produ
280
298
 
281
299
  **Breaking:**
282
300
 
283
- * New interface from code-generated API client [#183](https://github.com/fastly/fastly-ruby/pull/183)
284
- * [Blog post: Better Fastly API clients with OpenAPI Generator](https://dev.to/fastly/better-fastly-api-clients-with-openapi-generator-3lno)
285
- * [Documentation](https://github.com/fastly/fastly-ruby#documentation-for-api-endpoints)
286
- * [Unsupported API endpoints](https://github.com/fastly/fastly-ruby#issues)
301
+ - New interface from code-generated API client [#183](https://github.com/fastly/fastly-ruby/pull/183)
302
+ - [Blog post: Better Fastly API clients with OpenAPI Generator](https://dev.to/fastly/better-fastly-api-clients-with-openapi-generator-3lno)
303
+ - [Documentation](https://github.com/fastly/fastly-ruby#documentation-for-api-endpoints)
304
+ - [Unsupported API endpoints](https://github.com/fastly/fastly-ruby#issues)
287
305
 
288
306
  ## [v3.0.2](https://github.com/fastly/fastly-ruby/tree/v3.0.2) (2021-06-30)
289
307
 
@@ -291,7 +309,7 @@ Substantial changes were made to the underlying OpenAPI specification that produ
291
309
 
292
310
  **Merged pull requests:**
293
311
 
294
- - Fix SumoLogic Logging [\#180](https://github.com/fastly/fastly-ruby/pull/180) ([integralist](https://github.com/integralist))
312
+ - Fix SumoLogic Logging [#180](https://github.com/fastly/fastly-ruby/pull/180) ([integralist](https://github.com/integralist))
295
313
 
296
314
  ## [v3.0.1](https://github.com/fastly/fastly-ruby/tree/v3.0.1) (2021-02-03)
297
315
 
@@ -299,7 +317,7 @@ Substantial changes were made to the underlying OpenAPI specification that produ
299
317
 
300
318
  **Merged pull requests:**
301
319
 
302
- - Remove deprecation warning [\#174](https://github.com/fastly/fastly-ruby/pull/174) ([conniechu929](https://github.com/conniechu929))
320
+ - Remove deprecation warning [#174](https://github.com/fastly/fastly-ruby/pull/174) ([conniechu929](https://github.com/conniechu929))
303
321
 
304
322
  ## [v3.0.0](https://github.com/fastly/fastly-ruby/tree/v3.0.0) (2021-02-03)
305
323
 
@@ -307,7 +325,7 @@ Substantial changes were made to the underlying OpenAPI specification that produ
307
325
 
308
326
  **Merged pull requests:**
309
327
 
310
- - Removes session authentication [\#170](https://github.com/fastly/fastly-ruby/pull/170) ([conniechu929](https://github.com/conniechu929))
328
+ - Removes session authentication [#170](https://github.com/fastly/fastly-ruby/pull/170) ([conniechu929](https://github.com/conniechu929))
311
329
 
312
330
  ## [v2.5.0](https://github.com/fastly/fastly-ruby/tree/v2.5.0) (2020-01-16)
313
331
 
@@ -315,421 +333,471 @@ Substantial changes were made to the underlying OpenAPI specification that produ
315
333
 
316
334
  **Merged pull requests:**
317
335
 
318
- - Add tokens.rb [\#150](https://github.com/fastly/fastly-ruby/pull/150) ([malachy-mcconnell](https://github.com/malachy-mcconnell))
336
+ - Add tokens.rb [#150](https://github.com/fastly/fastly-ruby/pull/150) ([malachy-mcconnell](https://github.com/malachy-mcconnell))
319
337
 
320
338
  ## [v2.4.0](https://github.com/fastly/fastly-ruby/tree/v2.4.0) (2019-07-29)
339
+
321
340
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v2.3.1...v2.4.0)
322
341
 
323
342
  **Merged pull requests:**
324
343
 
325
- - \[Backend\] Add override\_host attribute for Backend [\#146](https://github.com/fastly/fastly-ruby/pull/146) ([werkshy](https://github.com/werkshy))
344
+ - \[Backend\] Add override_host attribute for Backend [#146](https://github.com/fastly/fastly-ruby/pull/146) ([werkshy](https://github.com/werkshy))
326
345
 
327
346
  ## [v2.3.1](https://github.com/fastly/fastly-ruby/tree/v2.3.1) (2019-07-25)
347
+
328
348
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v2.3.0...v2.3.1)
329
349
 
330
350
  **Merged pull requests:**
331
351
 
332
- - Correct stats API path [\#147](https://github.com/fastly/fastly-ruby/pull/147) ([thommahoney](https://github.com/thommahoney))
352
+ - Correct stats API path [#147](https://github.com/fastly/fastly-ruby/pull/147) ([thommahoney](https://github.com/thommahoney))
333
353
 
334
354
  ## [v2.3.0](https://github.com/fastly/fastly-ruby/tree/v2.3.0) (2019-04-26)
355
+
335
356
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v2.2.0...v2.3.0)
336
357
 
337
358
  **Closed issues:**
338
359
 
339
- - Ruby 2.5.0, fastly-1.15.0: Purge Errors [\#130](https://github.com/fastly/fastly-ruby/issues/130)
360
+ - Ruby 2.5.0, fastly-1.15.0: Purge Errors [#130](https://github.com/fastly/fastly-ruby/issues/130)
340
361
 
341
362
  **Merged pull requests:**
342
363
 
343
- - make concurrent-ruby optional [\#145](https://github.com/fastly/fastly-ruby/pull/145) ([thommahoney](https://github.com/thommahoney))
344
- - Use concurrent-ruby to handle thread safety for http client. [\#144](https://github.com/fastly/fastly-ruby/pull/144) ([demersus](https://github.com/demersus))
345
- - Fix bug auth [\#143](https://github.com/fastly/fastly-ruby/pull/143) ([ichiee](https://github.com/ichiee))
346
- - update ruby versions to latest supported [\#142](https://github.com/fastly/fastly-ruby/pull/142) ([thommahoney](https://github.com/thommahoney))
364
+ - make concurrent-ruby optional [#145](https://github.com/fastly/fastly-ruby/pull/145) ([thommahoney](https://github.com/thommahoney))
365
+ - Use concurrent-ruby to handle thread safety for http client. [#144](https://github.com/fastly/fastly-ruby/pull/144) ([demersus](https://github.com/demersus))
366
+ - Fix bug auth [#143](https://github.com/fastly/fastly-ruby/pull/143) ([ichiee](https://github.com/ichiee))
367
+ - update ruby versions to latest supported [#142](https://github.com/fastly/fastly-ruby/pull/142) ([thommahoney](https://github.com/thommahoney))
347
368
 
348
369
  ## [v2.2.0](https://github.com/fastly/fastly-ruby/tree/v2.2.0) (2018-12-11)
370
+
349
371
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v2.1.0...v2.2.0)
350
372
 
351
373
  **Closed issues:**
352
374
 
353
- - purging https url doesn't work [\#100](https://github.com/fastly/fastly-ruby/issues/100)
375
+ - purging https url doesn't work [#100](https://github.com/fastly/fastly-ruby/issues/100)
354
376
 
355
377
  **Merged pull requests:**
356
378
 
357
- - ✨ Add BigQuery logging \[APPENG-2076\] [\#138](https://github.com/fastly/fastly-ruby/pull/138) ([jamesarosen](https://github.com/jamesarosen))
358
- - Update Fastly docs url [\#136](https://github.com/fastly/fastly-ruby/pull/136) ([crazyshot](https://github.com/crazyshot))
359
- - 🔖 v2.1.0 [\#135](https://github.com/fastly/fastly-ruby/pull/135) ([jamesarosen](https://github.com/jamesarosen))
379
+ - ✨ Add BigQuery logging \[APPENG-2076\] [#138](https://github.com/fastly/fastly-ruby/pull/138) ([jamesarosen](https://github.com/jamesarosen))
380
+ - Update Fastly docs url [#136](https://github.com/fastly/fastly-ruby/pull/136) ([crazyshot](https://github.com/crazyshot))
381
+ - 🔖 v2.1.0 [#135](https://github.com/fastly/fastly-ruby/pull/135) ([jamesarosen](https://github.com/jamesarosen))
360
382
 
361
383
  ## [v2.1.0](https://github.com/fastly/fastly-ruby/tree/v2.1.0) (2018-06-18)
384
+
362
385
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v2.0.0...v2.1.0)
363
386
 
364
387
  **Merged pull requests:**
365
388
 
366
- - 👷➕🐛✅ fix tests in CI [\#134](https://github.com/fastly/fastly-ruby/pull/134) ([jamesarosen](https://github.com/jamesarosen))
367
- - ✨ add more user relationships to Customer [\#133](https://github.com/fastly/fastly-ruby/pull/133) ([jamesarosen](https://github.com/jamesarosen))
389
+ - 👷➕🐛✅ fix tests in CI [#134](https://github.com/fastly/fastly-ruby/pull/134) ([jamesarosen](https://github.com/jamesarosen))
390
+ - ✨ add more user relationships to Customer [#133](https://github.com/fastly/fastly-ruby/pull/133) ([jamesarosen](https://github.com/jamesarosen))
368
391
 
369
392
  ## [v2.0.0](https://github.com/fastly/fastly-ruby/tree/v2.0.0) (2018-05-17)
393
+
370
394
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.15.0...v2.0.0)
371
395
 
372
396
  **Merged pull requests:**
373
397
 
374
- - Update Changelog and version for 2.0.0 [\#129](https://github.com/fastly/fastly-ruby/pull/129) ([leklund](https://github.com/leklund))
375
- - Update version and CHANGELOG for Release v1.15.0 [\#128](https://github.com/fastly/fastly-ruby/pull/128) ([leklund](https://github.com/leklund))
376
- - Update fastly/invoice for v2 invoice endpoints [\#126](https://github.com/fastly/fastly-ruby/pull/126) ([leklund](https://github.com/leklund))
398
+ - Update Changelog and version for 2.0.0 [#129](https://github.com/fastly/fastly-ruby/pull/129) ([leklund](https://github.com/leklund))
399
+ - Update version and CHANGELOG for Release v1.15.0 [#128](https://github.com/fastly/fastly-ruby/pull/128) ([leklund](https://github.com/leklund))
400
+ - Update fastly/invoice for v2 invoice endpoints [#126](https://github.com/fastly/fastly-ruby/pull/126) ([leklund](https://github.com/leklund))
377
401
 
378
402
  ## [v1.15.0](https://github.com/fastly/fastly-ruby/tree/v1.15.0) (2018-04-04)
403
+
379
404
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.14.0...v1.15.0)
380
405
 
381
406
  **Merged pull requests:**
382
407
 
383
- - Feature - add support for /stats/usage\_by\_month [\#124](https://github.com/fastly/fastly-ruby/pull/124) ([jrbeilke](https://github.com/jrbeilke))
384
- - add changelog for v1.14.0 [\#123](https://github.com/fastly/fastly-ruby/pull/123) ([thommahoney](https://github.com/thommahoney))
408
+ - Feature - add support for /stats/usage_by_month [#124](https://github.com/fastly/fastly-ruby/pull/124) ([jrbeilke](https://github.com/jrbeilke))
409
+ - add changelog for v1.14.0 [#123](https://github.com/fastly/fastly-ruby/pull/123) ([thommahoney](https://github.com/thommahoney))
385
410
 
386
411
  ## [v1.14.0](https://github.com/fastly/fastly-ruby/tree/v1.14.0) (2018-03-23)
412
+
387
413
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.13.2...v1.14.0)
388
414
 
389
415
  **Merged pull requests:**
390
416
 
391
- - bump to v1.14.0 [\#122](https://github.com/fastly/fastly-ruby/pull/122) ([thommahoney](https://github.com/thommahoney))
392
- - Placement in Syslog [\#121](https://github.com/fastly/fastly-ruby/pull/121) ([RexBelli](https://github.com/RexBelli))
417
+ - bump to v1.14.0 [#122](https://github.com/fastly/fastly-ruby/pull/122) ([thommahoney](https://github.com/thommahoney))
418
+ - Placement in Syslog [#121](https://github.com/fastly/fastly-ruby/pull/121) ([RexBelli](https://github.com/RexBelli))
393
419
 
394
420
  ## [v1.13.2](https://github.com/fastly/fastly-ruby/tree/v1.13.2) (2017-12-18)
421
+
395
422
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.13.1...v1.13.2)
396
423
 
397
424
  **Merged pull requests:**
398
425
 
399
- - Fix syslog response\_condition attribute [\#117](https://github.com/fastly/fastly-ruby/pull/117) ([anotherJay](https://github.com/anotherJay))
426
+ - Fix syslog response_condition attribute [#117](https://github.com/fastly/fastly-ruby/pull/117) ([anotherJay](https://github.com/anotherJay))
400
427
 
401
428
  ## [v1.13.1](https://github.com/fastly/fastly-ruby/tree/v1.13.1) (2017-08-08)
429
+
402
430
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.13.0...v1.13.1)
403
431
 
404
432
  **Merged pull requests:**
405
433
 
406
- - automatically load the sumologic\_logging class [\#115](https://github.com/fastly/fastly-ruby/pull/115) ([thommahoney](https://github.com/thommahoney))
434
+ - automatically load the sumologic_logging class [#115](https://github.com/fastly/fastly-ruby/pull/115) ([thommahoney](https://github.com/thommahoney))
407
435
 
408
436
  ## [v1.13.0](https://github.com/fastly/fastly-ruby/tree/v1.13.0) (2017-08-07)
437
+
409
438
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.12.0...v1.13.0)
410
439
 
411
440
  **Merged pull requests:**
412
441
 
413
- - add support for sumologic [\#114](https://github.com/fastly/fastly-ruby/pull/114) ([thommahoney](https://github.com/thommahoney))
442
+ - add support for sumologic [#114](https://github.com/fastly/fastly-ruby/pull/114) ([thommahoney](https://github.com/thommahoney))
414
443
 
415
444
  ## [v1.12.0](https://github.com/fastly/fastly-ruby/tree/v1.12.0) (2017-08-03)
445
+
416
446
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.11.0...v1.12.0)
417
447
 
418
448
  **Merged pull requests:**
419
449
 
420
- - add support for dynamic snippets [\#113](https://github.com/fastly/fastly-ruby/pull/113) ([thommahoney](https://github.com/thommahoney))
421
- - Added VCL snippets endpoint [\#112](https://github.com/fastly/fastly-ruby/pull/112) ([thomshutt](https://github.com/thomshutt))
450
+ - add support for dynamic snippets [#113](https://github.com/fastly/fastly-ruby/pull/113) ([thommahoney](https://github.com/thommahoney))
451
+ - Added VCL snippets endpoint [#112](https://github.com/fastly/fastly-ruby/pull/112) ([thomshutt](https://github.com/thomshutt))
422
452
 
423
453
  ## [v1.11.0](https://github.com/fastly/fastly-ruby/tree/v1.11.0) (2017-06-12)
454
+
424
455
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.10.0...v1.11.0)
425
456
 
426
457
  **Merged pull requests:**
427
458
 
428
- - add GCS Logging object [\#111](https://github.com/fastly/fastly-ruby/pull/111) ([thommahoney](https://github.com/thommahoney))
459
+ - add GCS Logging object [#111](https://github.com/fastly/fastly-ruby/pull/111) ([thommahoney](https://github.com/thommahoney))
429
460
 
430
461
  ## [v1.10.0](https://github.com/fastly/fastly-ruby/tree/v1.10.0) (2017-03-17)
462
+
431
463
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.9.0...v1.10.0)
432
464
 
433
465
  **Merged pull requests:**
434
466
 
435
- - Support Papertrail logging endpoints [\#110](https://github.com/fastly/fastly-ruby/pull/110) ([werkshy](https://github.com/werkshy))
467
+ - Support Papertrail logging endpoints [#110](https://github.com/fastly/fastly-ruby/pull/110) ([werkshy](https://github.com/werkshy))
436
468
 
437
469
  ## [v1.9.0](https://github.com/fastly/fastly-ruby/tree/v1.9.0) (2017-02-03)
470
+
438
471
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.8.0...v1.9.0)
439
472
 
440
473
  **Closed issues:**
441
474
 
442
- - Missing tag for v1.8.0 [\#108](https://github.com/fastly/fastly-ruby/issues/108)
475
+ - Missing tag for v1.8.0 [#108](https://github.com/fastly/fastly-ruby/issues/108)
443
476
 
444
477
  **Merged pull requests:**
445
478
 
446
- - Add `message\_type` support to logging resources [\#109](https://github.com/fastly/fastly-ruby/pull/109) ([schisamo](https://github.com/schisamo))
479
+ - Add `message\_type` support to logging resources [#109](https://github.com/fastly/fastly-ruby/pull/109) ([schisamo](https://github.com/schisamo))
447
480
 
448
481
  ## [v1.8.0](https://github.com/fastly/fastly-ruby/tree/v1.8.0) (2017-01-17)
482
+
449
483
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.7.0...v1.8.0)
450
484
 
451
485
  **Merged pull requests:**
452
486
 
453
- - Support for HTTP debug logs [\#107](https://github.com/fastly/fastly-ruby/pull/107) ([thommahoney](https://github.com/thommahoney))
454
- - use public\_suffix version 1.4.6 for ruby 1.9 [\#105](https://github.com/fastly/fastly-ruby/pull/105) ([thommahoney](https://github.com/thommahoney))
455
- - Enable HTTP proxy support from environment [\#104](https://github.com/fastly/fastly-ruby/pull/104) ([vr](https://github.com/vr))
487
+ - Support for HTTP debug logs [#107](https://github.com/fastly/fastly-ruby/pull/107) ([thommahoney](https://github.com/thommahoney))
488
+ - use public_suffix version 1.4.6 for ruby 1.9 [#105](https://github.com/fastly/fastly-ruby/pull/105) ([thommahoney](https://github.com/thommahoney))
489
+ - Enable HTTP proxy support from environment [#104](https://github.com/fastly/fastly-ruby/pull/104) ([vr](https://github.com/vr))
456
490
 
457
491
  ## [v1.7.0](https://github.com/fastly/fastly-ruby/tree/v1.7.0) (2016-10-24)
492
+
458
493
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.6.1...v1.7.0)
459
494
 
460
495
  **Merged pull requests:**
461
496
 
462
- - Add ACL and ACL Entry Support [\#103](https://github.com/fastly/fastly-ruby/pull/103) ([wrightp](https://github.com/wrightp))
463
- - add https support to purge function [\#99](https://github.com/fastly/fastly-ruby/pull/99) ([jgoulah](https://github.com/jgoulah))
497
+ - Add ACL and ACL Entry Support [#103](https://github.com/fastly/fastly-ruby/pull/103) ([wrightp](https://github.com/wrightp))
498
+ - add https support to purge function [#99](https://github.com/fastly/fastly-ruby/pull/99) ([jgoulah](https://github.com/jgoulah))
464
499
 
465
500
  ## [v1.6.1](https://github.com/fastly/fastly-ruby/tree/v1.6.1) (2016-09-06)
501
+
466
502
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.6.0...v1.6.1)
467
503
 
468
504
  **Merged pull requests:**
469
505
 
470
- - fix: use Appraisal to fix dependency conflicts [\#97](https://github.com/fastly/fastly-ruby/pull/97) ([lanej](https://github.com/lanej))
471
- - Add `format\_version` to S3Logging and Syslog resources [\#96](https://github.com/fastly/fastly-ruby/pull/96) ([schisamo](https://github.com/schisamo))
506
+ - fix: use Appraisal to fix dependency conflicts [#97](https://github.com/fastly/fastly-ruby/pull/97) ([lanej](https://github.com/lanej))
507
+ - Add `format\_version` to S3Logging and Syslog resources [#96](https://github.com/fastly/fastly-ruby/pull/96) ([schisamo](https://github.com/schisamo))
472
508
 
473
509
  ## [v1.6.0](https://github.com/fastly/fastly-ruby/tree/v1.6.0) (2016-07-14)
510
+
474
511
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.5.0...v1.6.0)
475
512
 
476
513
  **Merged pull requests:**
477
514
 
478
- - Always add api key to requests if provided [\#93](https://github.com/fastly/fastly-ruby/pull/93) ([blithe](https://github.com/blithe))
479
- - Fix header regex test [\#92](https://github.com/fastly/fastly-ruby/pull/92) ([blithe](https://github.com/blithe))
480
- - Remove Origin model [\#91](https://github.com/fastly/fastly-ruby/pull/91) ([blithe](https://github.com/blithe))
515
+ - Always add api key to requests if provided [#93](https://github.com/fastly/fastly-ruby/pull/93) ([blithe](https://github.com/blithe))
516
+ - Fix header regex test [#92](https://github.com/fastly/fastly-ruby/pull/92) ([blithe](https://github.com/blithe))
517
+ - Remove Origin model [#91](https://github.com/fastly/fastly-ruby/pull/91) ([blithe](https://github.com/blithe))
481
518
 
482
519
  ## [v1.5.0](https://github.com/fastly/fastly-ruby/tree/v1.5.0) (2016-07-08)
520
+
483
521
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.4.2...v1.5.0)
484
522
 
485
523
  **Closed issues:**
486
524
 
487
- - Support Edge Dictionaries [\#66](https://github.com/fastly/fastly-ruby/issues/66)
488
- - version.locked? method returns incorrect value of true for unlocked version [\#47](https://github.com/fastly/fastly-ruby/issues/47)
525
+ - Support Edge Dictionaries [#66](https://github.com/fastly/fastly-ruby/issues/66)
526
+ - version.locked? method returns incorrect value of true for unlocked version [#47](https://github.com/fastly/fastly-ruby/issues/47)
489
527
 
490
528
  **Merged pull requests:**
491
529
 
492
- - build for all recent ruby patch-levels [\#90](https://github.com/fastly/fastly-ruby/pull/90) ([thommahoney](https://github.com/thommahoney))
493
- - add Fastly::Dictionary\#item [\#89](https://github.com/fastly/fastly-ruby/pull/89) ([lanej](https://github.com/lanej))
494
- - fix initialize [\#88](https://github.com/fastly/fastly-ruby/pull/88) ([lanej](https://github.com/lanej))
495
- - Raised ArgumentError if api\_key or user/pass are not passed in. [\#87](https://github.com/fastly/fastly-ruby/pull/87) ([andriantoniades](https://github.com/andriantoniades))
496
- - Add support for dictionary items [\#86](https://github.com/fastly/fastly-ruby/pull/86) ([icco](https://github.com/icco))
497
- - Reintroduced :locked so the version.locked? check works [\#83](https://github.com/fastly/fastly-ruby/pull/83) ([eddieroger](https://github.com/eddieroger))
530
+ - build for all recent ruby patch-levels [#90](https://github.com/fastly/fastly-ruby/pull/90) ([thommahoney](https://github.com/thommahoney))
531
+ - add Fastly::Dictionary#item [#89](https://github.com/fastly/fastly-ruby/pull/89) ([lanej](https://github.com/lanej))
532
+ - fix initialize [#88](https://github.com/fastly/fastly-ruby/pull/88) ([lanej](https://github.com/lanej))
533
+ - Raised ArgumentError if api_key or user/pass are not passed in. [#87](https://github.com/fastly/fastly-ruby/pull/87) ([andriantoniades](https://github.com/andriantoniades))
534
+ - Add support for dictionary items [#86](https://github.com/fastly/fastly-ruby/pull/86) ([icco](https://github.com/icco))
535
+ - Reintroduced :locked so the version.locked? check works [#83](https://github.com/fastly/fastly-ruby/pull/83) ([eddieroger](https://github.com/eddieroger))
498
536
 
499
537
  ## [v1.4.2](https://github.com/fastly/fastly-ruby/tree/v1.4.2) (2016-05-23)
538
+
500
539
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.4.1...v1.4.2)
501
540
 
502
541
  **Merged pull requests:**
503
542
 
504
- - Version\#locked and \#active are boolean values [\#81](https://github.com/fastly/fastly-ruby/pull/81) ([lanej](https://github.com/lanej))
505
- - Update README [\#80](https://github.com/fastly/fastly-ruby/pull/80) ([tijmenb](https://github.com/tijmenb))
506
- - Add Edge Dictionaries [\#69](https://github.com/fastly/fastly-ruby/pull/69) ([alexmuller](https://github.com/alexmuller))
507
- - Validate was always returning true [\#55](https://github.com/fastly/fastly-ruby/pull/55) ([ljagiello](https://github.com/ljagiello))
543
+ - Version#locked and #active are boolean values [#81](https://github.com/fastly/fastly-ruby/pull/81) ([lanej](https://github.com/lanej))
544
+ - Update README [#80](https://github.com/fastly/fastly-ruby/pull/80) ([tijmenb](https://github.com/tijmenb))
545
+ - Add Edge Dictionaries [#69](https://github.com/fastly/fastly-ruby/pull/69) ([alexmuller](https://github.com/alexmuller))
546
+ - Validate was always returning true [#55](https://github.com/fastly/fastly-ruby/pull/55) ([ljagiello](https://github.com/ljagiello))
508
547
 
509
548
  ## [v1.4.1](https://github.com/fastly/fastly-ruby/tree/v1.4.1) (2016-05-19)
549
+
510
550
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.3.0...v1.4.1)
511
551
 
512
552
  **Merged pull requests:**
513
553
 
514
- - Fixes string interpolation [\#79](https://github.com/fastly/fastly-ruby/pull/79) ([gschorkopf](https://github.com/gschorkopf))
515
- - Add a user agent key/value pair to client headers [\#78](https://github.com/fastly/fastly-ruby/pull/78) ([gschorkopf](https://github.com/gschorkopf))
516
- - Soft purge [\#62](https://github.com/fastly/fastly-ruby/pull/62) ([simonwistow](https://github.com/simonwistow))
554
+ - Fixes string interpolation [#79](https://github.com/fastly/fastly-ruby/pull/79) ([gschorkopf](https://github.com/gschorkopf))
555
+ - Add a user agent key/value pair to client headers [#78](https://github.com/fastly/fastly-ruby/pull/78) ([gschorkopf](https://github.com/gschorkopf))
556
+ - Soft purge [#62](https://github.com/fastly/fastly-ruby/pull/62) ([simonwistow](https://github.com/simonwistow))
517
557
 
518
558
  ## [v1.3.0](https://github.com/fastly/fastly-ruby/tree/v1.3.0) (2016-04-04)
559
+
519
560
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.2.3...v1.3.0)
520
561
 
521
562
  **Closed issues:**
522
563
 
523
- - Initializing Fastly.new with api\_key option fails on version 1.2.2 [\#73](https://github.com/fastly/fastly-ruby/issues/73)
524
- - Release 1.2.1 Is a breaking change [\#65](https://github.com/fastly/fastly-ruby/issues/65)
564
+ - Initializing Fastly.new with api_key option fails on version 1.2.2 [#73](https://github.com/fastly/fastly-ruby/issues/73)
565
+ - Release 1.2.1 Is a breaking change [#65](https://github.com/fastly/fastly-ruby/issues/65)
525
566
 
526
567
  **Merged pull requests:**
527
568
 
528
- - Added missing fields to S3Logging and syslog [\#76](https://github.com/fastly/fastly-ruby/pull/76) ([raybejjani](https://github.com/raybejjani))
529
- - Update gem with missing fields [\#75](https://github.com/fastly/fastly-ruby/pull/75) ([raybejjani](https://github.com/raybejjani))
530
- - URL escape names when used in URLs [\#74](https://github.com/fastly/fastly-ruby/pull/74) ([raybejjani](https://github.com/raybejjani))
569
+ - Added missing fields to S3Logging and syslog [#76](https://github.com/fastly/fastly-ruby/pull/76) ([raybejjani](https://github.com/raybejjani))
570
+ - Update gem with missing fields [#75](https://github.com/fastly/fastly-ruby/pull/75) ([raybejjani](https://github.com/raybejjani))
571
+ - URL escape names when used in URLs [#74](https://github.com/fastly/fastly-ruby/pull/74) ([raybejjani](https://github.com/raybejjani))
531
572
 
532
573
  ## [v1.2.3](https://github.com/fastly/fastly-ruby/tree/v1.2.3) (2016-03-15)
574
+
533
575
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.2.2...v1.2.3)
534
576
 
535
577
  **Merged pull requests:**
536
578
 
537
- - require 'openssl' [\#72](https://github.com/fastly/fastly-ruby/pull/72) ([cthomaspdx](https://github.com/cthomaspdx))
579
+ - require 'openssl' [#72](https://github.com/fastly/fastly-ruby/pull/72) ([cthomaspdx](https://github.com/cthomaspdx))
538
580
 
539
581
  ## [v1.2.2](https://github.com/fastly/fastly-ruby/tree/v1.2.2) (2016-03-09)
582
+
540
583
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.2.1...v1.2.2)
541
584
 
542
585
  **Closed issues:**
543
586
 
544
- - regexp should be regex [\#64](https://github.com/fastly/fastly-ruby/issues/64)
587
+ - regexp should be regex [#64](https://github.com/fastly/fastly-ruby/issues/64)
545
588
 
546
589
  **Merged pull requests:**
547
590
 
548
- - rely on Net::HTTP default ca\_path [\#71](https://github.com/fastly/fastly-ruby/pull/71) ([thommahoney](https://github.com/thommahoney))
549
- - fix field name for regex [\#68](https://github.com/fastly/fastly-ruby/pull/68) ([thommahoney](https://github.com/thommahoney))
550
- - Remove `Fastly.commands` [\#67](https://github.com/fastly/fastly-ruby/pull/67) ([alexmuller](https://github.com/alexmuller))
591
+ - rely on Net::HTTP default ca_path [#71](https://github.com/fastly/fastly-ruby/pull/71) ([thommahoney](https://github.com/thommahoney))
592
+ - fix field name for regex [#68](https://github.com/fastly/fastly-ruby/pull/68) ([thommahoney](https://github.com/thommahoney))
593
+ - Remove `Fastly.commands` [#67](https://github.com/fastly/fastly-ruby/pull/67) ([alexmuller](https://github.com/alexmuller))
551
594
 
552
595
  ## [v1.2.1](https://github.com/fastly/fastly-ruby/tree/v1.2.1) (2016-01-08)
596
+
553
597
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.2.0...v1.2.1)
554
598
 
555
599
  **Closed issues:**
556
600
 
557
- - TLS certificates not validated [\#59](https://github.com/fastly/fastly-ruby/issues/59)
558
- - Purge by key returns status 200 but purge does not seem to fire [\#54](https://github.com/fastly/fastly-ruby/issues/54)
559
- - Does purge\_by\_key require more then API\_KEY to work? [\#52](https://github.com/fastly/fastly-ruby/issues/52)
560
- - When chaining methods to purge by surrogate key, get\_service API call is executed every time [\#50](https://github.com/fastly/fastly-ruby/issues/50)
601
+ - TLS certificates not validated [#59](https://github.com/fastly/fastly-ruby/issues/59)
602
+ - Purge by key returns status 200 but purge does not seem to fire [#54](https://github.com/fastly/fastly-ruby/issues/54)
603
+ - Does purge_by_key require more then API_KEY to work? [#52](https://github.com/fastly/fastly-ruby/issues/52)
604
+ - When chaining methods to purge by surrogate key, get_service API call is executed every time [#50](https://github.com/fastly/fastly-ruby/issues/50)
561
605
 
562
606
  **Merged pull requests:**
563
607
 
564
- - validate TLS certificates [\#61](https://github.com/fastly/fastly-ruby/pull/61) ([lanej](https://github.com/lanej))
565
- - Detect if client base\_uri is HTTPS [\#53](https://github.com/fastly/fastly-ruby/pull/53) ([mmay](https://github.com/mmay))
566
- - Improve examples of purging [\#51](https://github.com/fastly/fastly-ruby/pull/51) ([drbrain](https://github.com/drbrain))
567
- - having login\_opts examples in the readme [\#49](https://github.com/fastly/fastly-ruby/pull/49) ([phoet](https://github.com/phoet))
608
+ - validate TLS certificates [#61](https://github.com/fastly/fastly-ruby/pull/61) ([lanej](https://github.com/lanej))
609
+ - Detect if client base_uri is HTTPS [#53](https://github.com/fastly/fastly-ruby/pull/53) ([mmay](https://github.com/mmay))
610
+ - Improve examples of purging [#51](https://github.com/fastly/fastly-ruby/pull/51) ([drbrain](https://github.com/drbrain))
611
+ - having login_opts examples in the readme [#49](https://github.com/fastly/fastly-ruby/pull/49) ([phoet](https://github.com/phoet))
568
612
 
569
613
  ## [v1.2.0](https://github.com/fastly/fastly-ruby/tree/v1.2.0) (2015-02-06)
614
+
570
615
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.1.5...v1.2.0)
571
616
 
572
617
  **Closed issues:**
573
618
 
574
- - Can you bump the gem version? [\#43](https://github.com/fastly/fastly-ruby/issues/43)
575
- - service name change fails on save! [\#20](https://github.com/fastly/fastly-ruby/issues/20)
576
- - purge method doesn't take options hash [\#7](https://github.com/fastly/fastly-ruby/issues/7)
577
- - Make sure types are correct [\#2](https://github.com/fastly/fastly-ruby/issues/2)
619
+ - Can you bump the gem version? [#43](https://github.com/fastly/fastly-ruby/issues/43)
620
+ - service name change fails on save! [#20](https://github.com/fastly/fastly-ruby/issues/20)
621
+ - purge method doesn't take options hash [#7](https://github.com/fastly/fastly-ruby/issues/7)
622
+ - Make sure types are correct [#2](https://github.com/fastly/fastly-ruby/issues/2)
578
623
 
579
624
  **Merged pull requests:**
580
625
 
581
- - Better error reporting [\#48](https://github.com/fastly/fastly-ruby/pull/48) ([mastfish](https://github.com/mastfish))
582
- - Remove curb-fu once and for all [\#44](https://github.com/fastly/fastly-ruby/pull/44) ([mmay](https://github.com/mmay))
626
+ - Better error reporting [#48](https://github.com/fastly/fastly-ruby/pull/48) ([mastfish](https://github.com/mastfish))
627
+ - Remove curb-fu once and for all [#44](https://github.com/fastly/fastly-ruby/pull/44) ([mmay](https://github.com/mmay))
583
628
 
584
629
  ## [v1.1.5](https://github.com/fastly/fastly-ruby/tree/v1.1.5) (2014-12-16)
630
+
585
631
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.1.4...v1.1.5)
586
632
 
587
633
  **Merged pull requests:**
588
634
 
589
- - bump curb to 0.8.6 [\#45](https://github.com/fastly/fastly-ruby/pull/45) ([mmay](https://github.com/mmay))
590
- - Cleanup Style Issues [\#31](https://github.com/fastly/fastly-ruby/pull/31) ([ezkl](https://github.com/ezkl))
635
+ - bump curb to 0.8.6 [#45](https://github.com/fastly/fastly-ruby/pull/45) ([mmay](https://github.com/mmay))
636
+ - Cleanup Style Issues [#31](https://github.com/fastly/fastly-ruby/pull/31) ([ezkl](https://github.com/ezkl))
591
637
 
592
638
  ## [v1.1.4](https://github.com/fastly/fastly-ruby/tree/v1.1.4) (2014-09-29)
639
+
593
640
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.1.3...v1.1.4)
594
641
 
595
642
  **Merged pull requests:**
596
643
 
597
- - Require key [\#38](https://github.com/fastly/fastly-ruby/pull/38) ([thommahoney](https://github.com/thommahoney))
644
+ - Require key [#38](https://github.com/fastly/fastly-ruby/pull/38) ([thommahoney](https://github.com/thommahoney))
598
645
 
599
646
  ## [v1.1.3](https://github.com/fastly/fastly-ruby/tree/v1.1.3) (2014-07-25)
647
+
600
648
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.1.2...v1.1.3)
601
649
 
602
650
  **Merged pull requests:**
603
651
 
604
- - Add create domain script [\#33](https://github.com/fastly/fastly-ruby/pull/33) ([mmay](https://github.com/mmay))
605
- - Clarify the gem name in the README [\#32](https://github.com/fastly/fastly-ruby/pull/32) ([adarsh](https://github.com/adarsh))
652
+ - Add create domain script [#33](https://github.com/fastly/fastly-ruby/pull/33) ([mmay](https://github.com/mmay))
653
+ - Clarify the gem name in the README [#32](https://github.com/fastly/fastly-ruby/pull/32) ([adarsh](https://github.com/adarsh))
606
654
 
607
655
  ## [v1.1.2](https://github.com/fastly/fastly-ruby/tree/v1.1.2) (2014-06-12)
656
+
608
657
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.1.1...v1.1.2)
609
658
 
610
659
  **Merged pull requests:**
611
660
 
612
- - Checks for existence of String\#underscore prior to overriding [\#30](https://github.com/fastly/fastly-ruby/pull/30) ([spra85](https://github.com/spra85))
661
+ - Checks for existence of String#underscore prior to overriding [#30](https://github.com/fastly/fastly-ruby/pull/30) ([spra85](https://github.com/spra85))
613
662
 
614
663
  ## [v1.1.1](https://github.com/fastly/fastly-ruby/tree/v1.1.1) (2014-06-05)
664
+
615
665
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.1.0...v1.1.1)
616
666
 
617
667
  **Merged pull requests:**
618
668
 
619
- - Add VCL\#set\_main! [\#29](https://github.com/fastly/fastly-ruby/pull/29) ([ezkl](https://github.com/ezkl))
620
- - Minor project gardening [\#28](https://github.com/fastly/fastly-ruby/pull/28) ([ezkl](https://github.com/ezkl))
669
+ - Add VCL#set_main! [#29](https://github.com/fastly/fastly-ruby/pull/29) ([ezkl](https://github.com/ezkl))
670
+ - Minor project gardening [#28](https://github.com/fastly/fastly-ruby/pull/28) ([ezkl](https://github.com/ezkl))
621
671
 
622
672
  ## [v1.1.0](https://github.com/fastly/fastly-ruby/tree/v1.1.0) (2014-06-04)
673
+
623
674
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.02...v1.1.0)
624
675
 
625
676
  **Closed issues:**
626
677
 
627
- - Using the API key instead of username + password [\#22](https://github.com/fastly/fastly-ruby/issues/22)
628
- - Where to use full auth vs. token auth? [\#17](https://github.com/fastly/fastly-ruby/issues/17)
629
- - License missing from gemspec [\#10](https://github.com/fastly/fastly-ruby/issues/10)
678
+ - Using the API key instead of username + password [#22](https://github.com/fastly/fastly-ruby/issues/22)
679
+ - Where to use full auth vs. token auth? [#17](https://github.com/fastly/fastly-ruby/issues/17)
680
+ - License missing from gemspec [#10](https://github.com/fastly/fastly-ruby/issues/10)
630
681
 
631
682
  **Merged pull requests:**
632
683
 
633
- - Allow creating an entirely new version of a service, inheriting nothing ... [\#27](https://github.com/fastly/fastly-ruby/pull/27) ([ctdk](https://github.com/ctdk))
634
- - Fix s3 [\#26](https://github.com/fastly/fastly-ruby/pull/26) ([ctdk](https://github.com/ctdk))
635
- - Fix listing objects, add some API features [\#24](https://github.com/fastly/fastly-ruby/pull/24) ([ctdk](https://github.com/ctdk))
636
- - Wrap test framework dependencies [\#23](https://github.com/fastly/fastly-ruby/pull/23) ([sgerrand](https://github.com/sgerrand))
637
- - Readme updates for Testing [\#19](https://github.com/fastly/fastly-ruby/pull/19) ([phlipper](https://github.com/phlipper))
638
- - Streamline test suite [\#16](https://github.com/fastly/fastly-ruby/pull/16) ([aspires](https://github.com/aspires))
684
+ - Allow creating an entirely new version of a service, inheriting nothing ... [#27](https://github.com/fastly/fastly-ruby/pull/27) ([ctdk](https://github.com/ctdk))
685
+ - Fix s3 [#26](https://github.com/fastly/fastly-ruby/pull/26) ([ctdk](https://github.com/ctdk))
686
+ - Fix listing objects, add some API features [#24](https://github.com/fastly/fastly-ruby/pull/24) ([ctdk](https://github.com/ctdk))
687
+ - Wrap test framework dependencies [#23](https://github.com/fastly/fastly-ruby/pull/23) ([sgerrand](https://github.com/sgerrand))
688
+ - Readme updates for Testing [#19](https://github.com/fastly/fastly-ruby/pull/19) ([phlipper](https://github.com/phlipper))
689
+ - Streamline test suite [#16](https://github.com/fastly/fastly-ruby/pull/16) ([aspires](https://github.com/aspires))
639
690
 
640
691
  ## [v1.02](https://github.com/fastly/fastly-ruby/tree/v1.02) (2013-11-26)
692
+
641
693
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.01...v1.02)
642
694
 
643
695
  **Merged pull requests:**
644
696
 
645
- - Fixing misspelled field \(quorom to quorum\) [\#15](https://github.com/fastly/fastly-ruby/pull/15) ([renholm](https://github.com/renholm))
697
+ - Fixing misspelled field (quorom to quorum) [#15](https://github.com/fastly/fastly-ruby/pull/15) ([renholm](https://github.com/renholm))
646
698
 
647
699
  ## [v1.01](https://github.com/fastly/fastly-ruby/tree/v1.01) (2013-10-03)
700
+
648
701
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v1.0...v1.01)
649
702
 
650
703
  **Closed issues:**
651
704
 
652
- - No method for deleting vlc's [\#8](https://github.com/fastly/fastly-ruby/issues/8)
705
+ - No method for deleting vlc's [#8](https://github.com/fastly/fastly-ruby/issues/8)
653
706
 
654
707
  **Merged pull requests:**
655
708
 
656
- - README should use 'new\_version.activate!', not 'new\_version.activate' [\#13](https://github.com/fastly/fastly-ruby/pull/13) ([samjsharpe](https://github.com/samjsharpe))
657
- - Move Fastly::VERSION to dedicated file [\#12](https://github.com/fastly/fastly-ruby/pull/12) ([f3nry](https://github.com/f3nry))
658
- - fix purge\_all, purge\_by\_key and details at Fastly::Service [\#11](https://github.com/fastly/fastly-ruby/pull/11) ([kzk](https://github.com/kzk))
709
+ - README should use 'new_version.activate!', not 'new_version.activate' [#13](https://github.com/fastly/fastly-ruby/pull/13) ([samjsharpe](https://github.com/samjsharpe))
710
+ - Move Fastly::VERSION to dedicated file [#12](https://github.com/fastly/fastly-ruby/pull/12) ([f3nry](https://github.com/f3nry))
711
+ - fix purge_all, purge_by_key and details at Fastly::Service [#11](https://github.com/fastly/fastly-ruby/pull/11) ([kzk](https://github.com/kzk))
659
712
 
660
713
  ## [v1.0](https://github.com/fastly/fastly-ruby/tree/v1.0) (2013-07-16)
714
+
661
715
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v0.99...v1.0)
662
716
 
663
717
  **Merged pull requests:**
664
718
 
665
- - Fix for issue \#8 [\#9](https://github.com/fastly/fastly-ruby/pull/9) ([ajardan](https://github.com/ajardan))
719
+ - Fix for issue #8 [#9](https://github.com/fastly/fastly-ruby/pull/9) ([ajardan](https://github.com/ajardan))
666
720
 
667
721
  ## [v0.99](https://github.com/fastly/fastly-ruby/tree/v0.99) (2012-05-01)
722
+
668
723
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v0.98...v0.99)
669
724
 
670
725
  **Merged pull requests:**
671
726
 
672
- - Minor bug fix and README update [\#5](https://github.com/fastly/fastly-ruby/pull/5) ([ramezjm](https://github.com/ramezjm))
727
+ - Minor bug fix and README update [#5](https://github.com/fastly/fastly-ruby/pull/5) ([ramezjm](https://github.com/ramezjm))
673
728
 
674
729
  ## [v0.98](https://github.com/fastly/fastly-ruby/tree/v0.98) (2012-02-16)
730
+
675
731
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v0.97...v0.98)
676
732
 
677
733
  ## [v0.97](https://github.com/fastly/fastly-ruby/tree/v0.97) (2012-01-27)
734
+
678
735
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v0.96...v0.97)
679
736
 
680
737
  **Closed issues:**
681
738
 
682
- - Every invocation of fastly\_upload\_vcl from v0.95 dies with an error [\#4](https://github.com/fastly/fastly-ruby/issues/4)
739
+ - Every invocation of fastly_upload_vcl from v0.95 dies with an error [#4](https://github.com/fastly/fastly-ruby/issues/4)
683
740
 
684
741
  ## [v0.96](https://github.com/fastly/fastly-ruby/tree/v0.96) (2012-01-17)
742
+
685
743
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v0.95...v0.96)
686
744
 
687
745
  ## [v0.95](https://github.com/fastly/fastly-ruby/tree/v0.95) (2011-12-19)
746
+
688
747
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v0.9...v0.95)
689
748
 
690
749
  **Closed issues:**
691
750
 
692
- - Gem does not default site or port [\#3](https://github.com/fastly/fastly-ruby/issues/3)
693
- - Update to new form of versions [\#1](https://github.com/fastly/fastly-ruby/issues/1)
751
+ - Gem does not default site or port [#3](https://github.com/fastly/fastly-ruby/issues/3)
752
+ - Update to new form of versions [#1](https://github.com/fastly/fastly-ruby/issues/1)
694
753
 
695
754
  ## [v0.9](https://github.com/fastly/fastly-ruby/tree/v0.9) (2011-12-15)
755
+
696
756
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v0.8...v0.9)
697
757
 
698
758
  ## [v0.8](https://github.com/fastly/fastly-ruby/tree/v0.8) (2011-11-03)
759
+
699
760
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v0.6...v0.8)
700
761
 
701
762
  ## [v0.6](https://github.com/fastly/fastly-ruby/tree/v0.6) (2011-11-03)
763
+
702
764
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v0.5...v0.6)
703
765
 
704
766
  ## [v0.5](https://github.com/fastly/fastly-ruby/tree/v0.5) (2011-11-01)
705
- [Full Changelog](https://github.com/fastly/fastly-ruby/compare/2015-02-05 v1.2.0...v0.5)
767
+
768
+ \[Full Changelog\](https://github.com/fastly/fastly-ruby/compare/2015-02-05 v1.2.0...v0.5)
706
769
 
707
770
  # HEAD
708
771
 
709
772
  ## 2015-02-05 v1.2.0
710
- * remove curb-fu. Net::HTTP is used instead - https://github.com/fastly/fastly-ruby/pull/44
711
- * better client error handling - https://github.com/fastly/fastly-ruby/pull/48
773
+
774
+ - remove curb-fu. Net::HTTP is used instead - https://github.com/fastly/fastly-ruby/pull/44
775
+ - better client error handling - https://github.com/fastly/fastly-ruby/pull/48
712
776
 
713
777
  ## 2014-12-15 v1.1.5
714
- * major refactor and reorganization of code (merged branch https://github.com/fastly/fastly-ruby/pull/31)
715
- * bump curb dep to 0.8.6 for ruby 2.1 support (see https://github.com/fastly/fastly-ruby/issues/43)
778
+
779
+ - major refactor and reorganization of code (merged branch https://github.com/fastly/fastly-ruby/pull/31)
780
+ - bump curb dep to 0.8.6 for ruby 2.1 support (see https://github.com/fastly/fastly-ruby/issues/43)
716
781
 
717
782
  ## 2014-09-29 v1.1.4
718
- * Require API Key for purge by key requests
783
+
784
+ - Require API Key for purge by key requests
719
785
 
720
786
  ## 2014-07-25 v1.1.3
721
- * Add test:unit rake task
722
- * Add Rubocop and some rubocop cleanup
723
- * Clarify gem name in documentation
724
- * Fix a bug in the `Fastly.get_options` method
725
- * Add `bin/fastly_create_domain` script to easily create domain
787
+
788
+ - Add test:unit rake task
789
+ - Add Rubocop and some rubocop cleanup
790
+ - Clarify gem name in documentation
791
+ - Fix a bug in the `Fastly.get_options` method
792
+ - Add `bin/fastly_create_domain` script to easily create domain
726
793
 
727
794
  ## 2014-06-12 v1.1.2
728
- * Replace `String#underscore` with `Fastly::Util.class_to_path` method.
729
- * Add first true unit test
730
- * Add `test_helper.rb`
731
- * Add `pry` as dependency
732
- * Add console Rake task
795
+
796
+ - Replace `String#underscore` with `Fastly::Util.class_to_path` method.
797
+ - Add first true unit test
798
+ - Add `test_helper.rb`
799
+ - Add `pry` as dependency
800
+ - Add console Rake task
733
801
 
734
802
  ## 2013-11-26 v1.02
735
803
 
@@ -779,7 +847,7 @@ Add mapping from backends to directors and directors to origins
779
847
 
780
848
  ## 2011-11-03 v0.8
781
849
 
782
- Add list_* to all objects
850
+ Add list\_\* to all objects
783
851
 
784
852
  Add Healthchecks and Syslog endpoint streaming
785
853