Skip to content

Commit

Permalink
Turing 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alegauss committed Dec 21, 2023
1 parent 52c2ff6 commit dc297e1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
8 changes: 4 additions & 4 deletions _solutions/turing.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ permalink: /turing/
get-started: https://openviglet.github.io/docs/turing/
github: https://github.com/openturing/turing
github-org: openturing
release: 0.3.6
release: 0.3.7
main-color: royalblue
logo-acronym: Tu
logo-section: ES
short-name: Turing ES
full-name: Viglet Turing ES
description: Semantic Navigation, Chatbot using Search Engine and Many NLP Vendors.
github-ci-url: https://github.com/openturing/turing/actions/workflows/build.yml
github-ci-image: https://img.shields.io/github/actions/workflow/status/openturing/turing/build.yml?branch=0.3.7
github-ci-image: https://img.shields.io/github/actions/workflow/status/openturing/turing/build.yml?branch=0.3.8
twitter-url: https://twitter.com/VigletTuring
download-message: Download Turing ES and add more value to your content.
download-size: 233 MB
download-url: https://github.com/openturing/turing/releases/download/v0.3.6/viglet-turing.jar
download-size: 282 MB
download-url: https://github.com/openturing/turing/releases/download/v0.3.7/viglet-turing.jar
run-jar: viglet-turing.jar
run-port: 2700
social-image: https://avatars.githubusercontent.com/u/44909290?s=280&v=4
Expand Down
28 changes: 19 additions & 9 deletions static_files/json/turing/changelog.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
[{
"name": "",
"notes": [
"[New] Store information about user accesses and searches performed.",
"[New] Reports - Generates access report, including targeting rules.",
"[New] Latest searches - Allows you to show the latest searches performed by the user",
"[Improved] Java 17",
"[Improved] Spring Boot 2.7.6",
"[Improved] Gradle 7.5.1",
"[Improved] Angular 15"
"[New] Maven",
"[New] Ranking Rules",
"[New] Unit Tests",
"[New] Integration Tests",
"[New] AEM Connector",
"[New] Keycloak Integration",
"[New] ApiKey ",
"[New] SN: Facets using OR",
"[New] SN: fq.op parameter",
"[New] SN: Search using asterisk when return no results.",
"[New] Create solr core automatically.",
"[New] Using Artemis.",
"[Improved] Spring Boot 3.2.0",
"[Improved] Angular 17",
"[Improved] Spotlight",
"[Improved] UI Flow",
"[Improved] UI: Order by"
],
"pub_date": "2022-09-22T12:00:00Z",
"version": "0.3.6"
"pub_date": "2023-12-21T12:00:00Z",
"version": "0.3.7"
},
{
"name": "",
Expand Down

0 comments on commit dc297e1

Please sign in to comment.