# Changelog

## 3.0.0 - 2023-11-05

### Add

* Events API

## 2.14.0 - 2023-03-20

### Update

* Infrastructure update
* Date range restriction of a maximum of 366 days added for positions endpoint.

## 2.13.2 - 2023-03-05

### Add

* Adding Studio Widgets

## 2.11.0 - 2022-12-31

### Add

* Update dependency packages
* Introducing demo.astronomyapi.com

## 2.10.0 - 2022-09-09

### Add

* Added search endpoint for searching objects

## 2.6.0 - 2022-06-14

### Add

* Added request metrics graphs in the dashboard

## 2.5.1 - 2021-11-23

### Update

* Update image processing libraries

## 2.5.0 - 2021-10-26

### Add

* Added support for moon phase orientation

## 2.4.0 -2021-09-09

### Improve

* System security update

## 2.3.0 - 2021-08-28

### Improve

* Improve performance for studio endpoints
* improve performance for positions endpoints

## 2.3.1 - 2020-11-06

### Fix

* Improved/ fixed date time validation and some other number validations.

## 2.3.0 - 2020-11-06

### Add

* Added moon phase generation

### Fix

* Fixed issue with time zone conversion
* Fixed issue with exception handling and reporting

## 2.2.0 - 2020-10-27

### Add

* Added star chart generation

## 2.1.1 - 2020-10-23

### Fix

* Fix bug in signup flow

## 2.0.1 - 2020-10-26

### Fix

* CORS behaviour fixed for browser users

## 2.0.0 - 2020-09-23

### Added

* Migrate API to v2
* New dashboard
* Go public on v2 API

## 1.1.1 - 2017-09-19

### Changed

* Changes to Docker file

## 1.1.0 - 2017-08-29

### Added

* Introduced rate limits

## 1.0.1 - 2017-08-15

### Fixed

* Issue with declination being wrong for certain scenarios

## 1.0.0 - 2017-08-13

### Added

* Introduced planetary positions api


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.astronomyapi.com/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
