Skip to content

Releases: nasa/apod-api

First release

20 Mar 23:55
Compare
Choose a tag to compare

Release for DOI

Full Changelog: 0.0.7...v1.0.0

v.0.0.8

12 Jun 18:42
Compare
Choose a tag to compare

Updated the api to work with python3.11 and new elastic-beanstalk/nginx hosting.

v0.0.7

15 Oct 17:11
e69d56d
Compare
Choose a tag to compare

Merges Pull Requests #60 . #73 . and #81

Issue with Vimeo video thumbnails fixed

v0.0.6 Minor updates

01 Dec 21:36
Compare
Choose a tag to compare

This update has changes from pull requests #46 #51 and #53 .

It is a minor update.

Only potential problems users might experience would have to do with a small change in how calls for "today's" date is handled when it doesn't exist yet on APOD side. However, we don't expect any problems.

v0.0.5

10 Jul 22:14
983420d
Compare
Choose a tag to compare

Dockerized APOD app

v0.0.4

10 Jul 19:02
Compare
Choose a tag to compare

Implemented the following behavior when encountering missing APOD images:

  • when asking for specified date which has no APOD data available? -> 404
  • when asking for interval of APOD images, some of them not available? -> return json array only with data for available dates
  • when asking for random APOD day? -> return one of existing APOD dates. This request should never fail.

In response the this issue: #40

v0.0.3

24 Jun 20:09
Compare
Choose a tag to compare

Added support for missing or corrupted assets on apod.nasa.gov. In the event of a missing site asset, api will return a "fallback" object that follows the same format as a standard APOD API return object. The object clearly states that it is a default and that the requested image is no longer available on the apod.nasa.gov site.

flask / aws EB optimized with fix for early year title format

14 May 18:57
86a0dab
Compare
Choose a tag to compare

flask / aws EB optimized with fix for early year title format

old version of code not optimized for EC2

04 May 18:59
e22465f
Compare
Choose a tag to compare

This is the version of the APOD API that has remained more or less intact for 2018-2019 with only minor changes.