Skip to content

Latest commit

 

History

History
135 lines (113 loc) · 12.7 KB

File metadata and controls

135 lines (113 loc) · 12.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.3.0 - 2019-10-02

Added

  • vcl_snippets: Support for hash type (#133).
  • service: Support for type field (#132).
  • token: Support for API tokens (#131).

Changed

  • client: Codebase dependency management from dep to Go modules (#130).

1.2.1 - 2019-07-25

Added

  • acl: Constant to represent the maximum number of entries that can be placed within an ACL (#129).
  • dictionary: Constant to represent the maximum number of items that can be placed within an Edge Dictionary (#129).

1.2.0 - 2019-07-24

Added

  • acl: Support for Create, Delete and Update BatchOperations (#126).

1.1.0 - 2019-07-22

Added

  • dictionary: Support for Create, Delete, Update and Upsert BatchOperations (#125).

1.0.0 - 2019-06-14

Added

  • bigquery: Support for format_version field (#97).
  • ftp: Support for format_version field (#97).
  • gcs: Support for format_version field (#97).
  • papertrail: Support for format_version field (#97).
  • backend: Support for override_host field (#120).
  • backend: Support for created_at, updated_at, and deleted_at fields (#121).
  • cache_setting: Support for created_at, updated_at, and deleted_at fields (#121).
  • condition: Support for created_at, updated_at, and deleted_at fields (#121).
  • domain: Support for created_at, updated_at, and deleted_at fields (#121).
  • gcs: Support for created_at, updated_at, and deleted_at fields (#121).
  • gzip: Support for created_at, updated_at, and deleted_at fields (#121).
  • header: Support for created_at, updated_at, and deleted_at fields (#121).
  • health_check: Support for created_at, updated_at, and deleted_at fields (#121).
  • request_setting: Support for created_at, updated_at, and deleted_at fields (#121).
  • response_object: Support for created_at, updated_at, and deleted_at fields (#121).
  • vcl: Support for created_at, updated_at, and deleted_at fields (#121).
  • version: Support for created_at, updated_at, and deleted_at fields (#121).

Changed

  • bigquery: Function signature to list all of the BigQuery logging objects (#97).
  • acl: Data types of all timestamp fields (#121).
  • acl_entry: Data types of all timestamp fields (#121).
  • dictionary: Data types of all timestamp fields (#121).
  • dictionary_item: Data types of all timestamp fields (#121).
  • director: Data types of all timestamp fields (#121).
  • event_logs: Data types of all timestamp fields (#121).
  • service: Data types of all timestamp fields (#121).
  • vcl_snippets: Data types of all timestamp fields (#121).

0.4.3 - 2019-05-24

Added

Changed

  • dictionary: Response struct to align with API (6a8a1c6).
  • dictionary_item: Response struct to align with API (7d31c4a).
  • user-agent: client.go and fixtures to reference fastly in the user-agent (#109.

Removed

  • domain: locked field (#86).

Fixed

  • request: URL encoding for names (8b3e2d6).
  • condition: Request struct for updating (1fe3fda).

0.4.2 - 2017-09-05

Added

  • logentries: Support for format_version field (#50).
  • gcs: Support for message_type field (#52).
  • waf: Support for firewall (216f9cb, c6feafe, 50fef06).

0.4.1 - 2017-08-07

Added

  • syslog: Support for hostname, ipv4, tls_hostname, and message_type fields (2b863da).

0.4.0 - 2017-07-27

Added

  • realtime_stats: Support for real-time analytics (#48).

Changed

  • acl: Names of all types, functions, and variables to follow Go standards (#46).

Fixed

  • condition: URL encoding for forward slashes (3d6dabb).

0.3.0 - 2017-07-19

  • Initial tagged release