Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Releases: ioos/thredds_crawler

1.5.3

06 Dec 16:05
Compare
Choose a tag to compare
  • fixes a bug when crawling FMRC datasets

1.5.2

11 Oct 17:50
Compare
Choose a tag to compare
  • Added ability to authenticate against thredds catalogs
  • Logging improvements
  • CI / testing improvements

Changed License

28 Sep 12:36
c43d56d
Compare
Choose a tag to compare

With release of 1.5.1 we have changed the open source license from the strict GPLv3 to the more permissive MIT license. We have also transferred the project from asascience-open to the ioos organization to increase visibility and promote open source collaboration.

1.5.0

21 Jul 13:42
Compare
Choose a tag to compare
  • Don't verify SSL

1.4.0

25 May 15:59
Compare
Choose a tag to compare
  • Added multi-threaded support. thanks @lukecampbell
  • Better date parsing. thanks @akorosov
  • Travis cleanup
  • Py 3.5 compat

Version 1.0 Release Ready

20 Mar 13:46
Compare
Choose a tag to compare

Standard bug fixes since 0.6

  • Added Size queries
  • Added logging (in lieu of prints)
  • Better Error Handling
  • ISO related parameters

Release 0.6

16 May 15:24
@daf daf
Compare
Choose a tag to compare

thredds_crawler release 0.6 adds a new feature:

  • Don't follow URLs that have been already processed (@kwilcox)