Changelog of @hackage/ms-azure-api 0.6.0.1

Changelog for ms-azure-api

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 the Haskell Package Versioning Policy.

Unreleased

0.6.0.0

MSAzureAPI.BotService

0.5.0.0

ToJSON instance of Location renders the full name e.g. "West Europe"

MSAzureAPI.ServiceBus

add 'http-client' as an explicit dependency

  • breaking changes Fixed definition of 'put' to use the correct HTTP verb Add constructor to 'APIPlane' to reflect service bus usage

0.4

TLS support

0.3.1.0

MSAzureAPI.StorageServices.FileService : add listDirectoriesAndFilesC (stream all response pages from listDirectoriesAndFiles)

0.3.0.0

add 'conduit' as a dependency

MSAzureAPI.MachineLearning.Compute MSAzureAPI.MachineLearning.Jobs MSAzureAPI.MachineLearning.Usages

  • breaking changes: MSAzureAPI.StorageServices.FileService. listDirectoriesAndFiles now has an extra parameter to support paginated results, as well as a more informative return type.

0.2.0.0

MSAzureAPI.StorageServices.FileService : add listDirectoriesAndFiles

Add XML support via xeno and xmlbf to parse listDirectoriesAndFiles response bodies

0.1.0.0

First release