# Update log

### 0.1.4 .. 0.1.5 2024/4/20

* 添加查询结构，方便后续接口开发
* 移除unsafe代码

### 0.1.3 2024/3/15

* 新增查询缓存，将平均查询延迟降低再次到10ms
* 预计下个版本/image接口不再直接提供图片数据，而是跳转到cdn链接同/images接口，能更好的优化响应速度

### 0.1.2 2023/12/17

* /image 新增压缩选项为webp格式，文件体积缩小30%-60%，画面质量无明显劣化，收益明显降低宽带压力提升响应速度
* /image 提供新尺寸参数min\_size,max\_size
* 优化mongo查询过程600ms->170ms提升服务器响应速度
* 现已支持CORS，无跨域问题


---

# 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://doc.pic.re/update-log.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.
