> For the complete documentation index, see [llms.txt](https://news.telosys.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://news.telosys.org/version-4.1.0.md).

# Version 4.1.0 (2023-August)

Version 4.1.0 is an intermediate version providing significant improvements.

Model objects have been enriched (new objects and new attributes/functions for some objects).

Templates objects have been improved for more accurate code generation.

New target languages are now available.

Model creation from a database is now more customizable.

Deprecated or unnecessary elements have been removed.

Telosys-CLI has new commands.

See below for details :

* [Model](/version-4.1.0/model.md)
* [Templates](/version-4.1.0/templates.md)
* [Target languages](/version-4.1.0/target-languages.md)
* [Model from database](/version-4.1.0/model-from-database.md)
* [Telosys-CLI](/version-4.1.0/telosys-cli.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://news.telosys.org/version-4.1.0.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.
