Skip to content

Commit

Permalink
draft news items
Browse files Browse the repository at this point in the history
  • Loading branch information
jracusin committed Oct 11, 2024
1 parent 4e9deea commit 70e9154
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export function Layout({ children }: { children?: ReactNode }) {
<DevBanner />
<Header />
<NewsBanner>
New! Circulars over Kafka, Heartbeat Topic, and Schema v4.1.0. See{' '}
New! October 18 GCN Classic Outage and Schema v4.2.0. See{' '}
<Link
className="usa-link"
to="/news#circulars-are-now-available-via-kafka-heartbeat-kafka-topic-and-schema-release-v410"
Expand Down
20 changes: 20 additions & 0 deletions app/routes/news._index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,26 @@ import { Anchor } from '~/components/Anchor'

## 2024

<CollectionItem
className="maxw-none"
variantComponent={
<CollectionCalendarDate datetime={'October 15, 2024'} />
}
>
<CollectionHeading headingLevel="h3">
<Anchor>GCN Classic Outage and Schema Release v4.2.0</Anchor>
</CollectionHeading>
<CollectionDescription>
- Due to planned network maintenance at GSFC, the connections to GCN Classic will have intermittent loss of network connectivity on Friday, October 18 from 7 pm ET (23:00 UTC) until 11 pm ET (3:00 UTC October 19). This affects the following GCN services:
- GCN Classic Notices distribution via socket, VOEvent, and email
- GCN Classic Notices web site archive
- GCN Classic-to-Kafka connection and distribution of Notices via Kafka and email, however JSON-format Notices distrbution via GCN Kafka will be unaffected
- Forwarding of GCN Circulars submitted to [email protected], however submission to [email protected] and the [web form](/circulars) will be unaffected.
- **Schema v4.2.0** includes the following update:
- `id` property (from the Event core schema) added to [IceCube lvk_nu_track_search notices](https://gcn.nasa.gov/docs/schema/v4.2.0/gcn/notices/icecube/lvk_nu_track_search.schema.json).
</CollectionDescription>
</CollectionItem>

<CollectionItem
className="maxw-none"
variantComponent={
Expand Down

0 comments on commit 70e9154

Please sign in to comment.