This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit ce5b74479f4d21f2928d2d2b56d1cf734c4ee38a Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Thu Sep 8 12:48:48 2022 +0200 Add a note on pricing file size increase and potential impact on the memory usage for EC2 driver users. --- CHANGES.rst | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index fd4079413..3a21a47d8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,22 @@ Common (GITHUB-1717, GITHUB-1718) [Dimitris Galanis - @dimgal1] + +- Update EC2 price scraping script to utilize official pricing API endpoint. + + Pricing file has also been updated to include latest EC2 pricing data. + + Complete raw pricing data file size has grown by ~1 MB (from ~2 MB to + ~3 MB). + + By default when requesting pricing data we only cache pricing data in memory + for used / requested drivers so a slight memory increase due to the pricing + file size increase will only affect users who utilize pricing related + functionality in the EC2 driver. + + (GITHUB-1715) + [Eis D. Zaster - @Eis-D-Z] + Compute ~~~~~~~ @@ -65,14 +81,6 @@ Storage (GITHUB-1712) [Tomaz Muraus - @Kami] -Common -~~~~~~ - -- Update EC2 price scraping script to utilize official pricing API endpoint. - - (GITHUB-1715) - [Eis D. Zaster - @Eis-D-Z] - Changes in Apache Libcloud 3.6.0 --------------------------------