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