## 1.4.0 (2023-02-07)
### Features Added
- Added token caching. To benefit from it, share the `shared_ptr` to the same credential instance between multiple client instances.
- Added Azure CLI Credential.
- Added authority host overriding support for `ClientCertificateCredential`.
- Added Azure Stack support for `ClientCertificateCredential`.
- Added Azure App Service API version `2019-08-01` support for `ManagedIdentityCredential`.
## 1.1.0 (2023-02-07)
### Breaking Changes
- Changed `AttestationClient::AttestTpm` to match `AttestOpenEnclave` and `AttestSgxEnclave`:
- Added `std::vector<uint8_t>` dataToAttest parameter to the `AttestTpm()` client method.
- Removed `Payload` in `TpmAttestationOptions`.
- Changed `TpmResult` in `TpmAttestationResult` to type `std::vector<uint8_t>`.
* [openturns] add port
* v db
* fix missing boost dep.
* fix static stuff and others.
* v db
* reorder mpc and mpfr for linux
* v db
* add openturns:x64-osx=fail to ci baseline because vm uses old bison.
* move baseline fail above comment
* Add ci.baseline.txt note describing why it doesn't work.
* Add usage text.
* fix version
* v db
---------
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* update geotrans:SHA512
* update version
* format
* update version
* update geotrans 3.9
* update version
* format
* update version
---------
Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
* Update CMakeLists.txt
* print lib prefix and suffix
* set extension to bc
* wip: wasm .bc copy workaround
* hack wasm32 boost libs copy
* rename bc to a
* remove status messages
* update port ver
* run addver cmd
* Add etcd-cpp-vpiv3 ports.
Signed-off-by: Tao He <sighingnow@gmail.com>
* Add version files
Signed-off-by: Tao He <sighingnow@gmail.com>
* Address linter comments
Signed-off-by: Tao He <sighingnow@gmail.com>
* Format
Signed-off-by: Tao He <sighingnow@gmail.com>
* Update the version
Signed-off-by: Tao He <sighingnow@gmail.com>
* Adding usage text
Signed-off-by: Tao He <sighingnow@gmail.com>
* Update version
Signed-off-by: Tao He <sighingnow@gmail.com>
* Double quotes
Signed-off-by: Tao He <sighingnow@gmail.com>
* Update the version
Signed-off-by: Tao He <sighingnow@gmail.com>
---------
Signed-off-by: Tao He <sighingnow@gmail.com>
* [openslide] add port
* v db
* don't buffer fixing triplets which are unsupported
* v db
* Apply suggestions from code review
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* v db
---------
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Update opentelemetry-cpp to v1.8.2
* Add feature description to otlp-http
* Update opentelemetry-cpp.json
* use ${VERSION} in portfile.cmake
* update version
---------
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Lily Wang <494550702@qq.com>
* [sqlite3] Control features with a configuration header rather than CMake or pkgconfig.
Resolves https://github.com/microsoft/vcpkg/pull/29335
Alternate of https://github.com/microsoft/vcpkg/pull/29258
@Neumann-A points out that controlling features through CMake configs and pkgconfig causes MSBuild customers to be left out in the cold. Moreover, attempting to add parenthesis to the SQLITE_API marco breaks autotools. This change makes such parenthesis unnecessary and ensures the configuration bits are used with automatic linking.
* Ensure feature controls affect the .c too, use less MAYBE_UNUSED.
* Correctly note that zlib has no effect without tools.
* Always add DL_LIBS even when static linking.
* [sqlitecpp] Unconditionally enable column metadata because that is done in the sqlite3 port.
* Add missing -l prefix on CMAKE_DL_LIBS
* [ptc-print] Add the current usage
* version
* update usage and use usage
* version
* Use the officially exported usage
* update version
* miss the space
* version
* [cyclonedds] Add new port
* [cyclonedds] Update supports
* [cyclonedds] Update version
* Add usage, vcpkg_fixup_pkgconfig.
* [cyclonedds] Update ddsperf dependencies
---------
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [arg-router] Add new port
https://github.com/cmannett85/arg_router
* [arg-router] Use VERSION CMake var
* [arg_router] Do not copy README and LICENSE to share dir
* Add quotes.
---------
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Updated rapidcheck to 2023-01-13.
* Updated version files.
* Add license note and quotes.
* Forgot to fix version DB :)
---------
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>