Skip to content

Releases: GSA/srt-fbo-scraper

v2.2-20241217 RC1

17 Dec 16:15
Compare
Choose a tag to compare
v2.2-20241217 RC1 Pre-release
Pre-release

What's Changed

Security Updates

New Contributors

Full Changelog: v2.1.1-20240924...v2.2-20241217

v2.1.1-20240924

24 Sep 15:11
Compare
Choose a tag to compare

What's Changed:

Bug fix in relation to SQL insertion error:

DETAIL:  Token "NaN" is invalid.
CONTEXT:  JSON data, line 1: ...Number": "HCOREHPOP24", "fullParentPathName": NaN...

Now scraper handles NaN provided by the SAM.gov API

Full Changelog: v2.1-20240708...v2.1.1-20240924

v2.1-20240708

08 Jul 15:06
Compare
Choose a tag to compare

What's Changed

Security Changes:

New Contributors

Full Changelog: v2.0.1-20240109...v2.1-20240708

v2.0.1-20240109

09 Jan 15:09
Compare
Choose a tag to compare

Changes:

  • Hotfix Assign opps and predict data variable to None so you do not have a local reference error.

Full Changelog: v2.0-20240103...v2.0.1-20240109

v2.0-20240103rc2

03 Jan 14:09
6823e00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2-20230912...v2.0-20240103

v2.0-20231221rc1

21 Dec 15:44
45a6810
Compare
Choose a tag to compare
v2.0-20231221rc1 Pre-release
Pre-release

What's Changed

  • Feature/scraper improvements 8 by @BuckinghamAJ in #290

    • Moved from python 3.6 to 3.10
    • Added the ability to read in a config file for the scraper
    • Allow the scraper to be run on the command line with inputs
    • Trained model is on py3.10 as well
  • Improving Error Handling From SAM API by @BuckinghamAJ in #293

Full Changelog: v1.2-20230912...v2.0-20231221rc1

v1.2-20230912rc1

12 Sep 15:12
49f6edb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1-20230901...v1.2-20230912

v1.1.1-20230901

01 Sep 14:03
Compare
Choose a tag to compare

v1.1-20230831rc2

31 Aug 18:48
f44d10d
Compare
Choose a tag to compare
v1.1-20230831rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0-20230719-rc1...v1.1-20230831

v1.1-20230814rc1

14 Aug 18:50
e29554a
Compare
Choose a tag to compare
v1.1-20230814rc1 Pre-release
Pre-release

What's Changed

Feature/41 unit test improvements by @BuckinghamAJ in #279:

  • Renamed all the tests with a "test" prefix to be easily grabbed by pytest
  • Updated the tests to be inline with the latest code, since it looks like the unit tests were not updated for some time
  • Added a work around for OpenSSL v3 issue with OP_LEGACY_SERVER_CONNECT
  • Few minor bug fixes found during testing

Full Changelog: v1.0-20230719-rc1...v1.1-20230814